Class EncryptCipherRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.forwardsecrecy.ForwardSecrecyRuntimeException
org.refcodes.forwardsecrecy.EncryptCipherRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap, org.refcodes.mixin.UniversalIdAccessor

public class EncryptCipherRuntimeException extends ForwardSecrecyRuntimeException
The Class EncryptCipherRuntimeException.
See Also:
  • Constructor Details

    • EncryptCipherRuntimeException

      public EncryptCipherRuntimeException(String aUid, String aMessage, String aErrorCode)
      Instantiates a new encrypt cipher runtime exception.
      Parameters:
      aUid - the uid
      aMessage - the message
      aErrorCode - the error code
    • EncryptCipherRuntimeException

      public EncryptCipherRuntimeException(String aUid, String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new encrypt cipher runtime exception.
      Parameters:
      aUid - the uid
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • EncryptCipherRuntimeException

      public EncryptCipherRuntimeException(String aUid, String message, Throwable cause)
      Instantiates a new encrypt cipher runtime exception.
      Parameters:
      aUid - the uid
      message - the message
      cause - the cause
    • EncryptCipherRuntimeException

      public EncryptCipherRuntimeException(String aUid, String message)
      Instantiates a new encrypt cipher runtime exception.
      Parameters:
      aUid - the uid
      message - the message
    • EncryptCipherRuntimeException

      public EncryptCipherRuntimeException(String aUid, Throwable aCause, String aErrorCode)
      Instantiates a new encrypt cipher runtime exception.
      Parameters:
      aUid - the uid
      aCause - the cause
      aErrorCode - the error code
    • EncryptCipherRuntimeException

      public EncryptCipherRuntimeException(String aUid, Throwable cause)
      Instantiates a new encrypt cipher runtime exception.
      Parameters:
      aUid - the uid
      cause - the cause
  • Method Details

    • getUniversalId

      public String getUniversalId()
      Gets the Universal-TID.
      Specified by:
      getUniversalId in interface org.refcodes.mixin.UniversalIdAccessor
      Returns:
      the Universal-TID