Class EncryptionException.EncryptionRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.refcodes.exception.AbstractRuntimeException
org.refcodes.security.SecurityRuntimeException
org.refcodes.security.EncryptionException.EncryptionRuntimeException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Enclosing class:
EncryptionException

public static class EncryptionException.EncryptionRuntimeException extends SecurityRuntimeException
Thrown in case an encryption issue occurred regarding the Encrypter.
See Also:
  • Constructor Details

    • EncryptionRuntimeException

      public EncryptionRuntimeException(String aMessage, String aErrorCode)
      Instantiates a new encryption runtime exception.
      Parameters:
      aMessage - the message
      aErrorCode - the error code
    • EncryptionRuntimeException

      public EncryptionRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new encryption runtime exception.
      Parameters:
      aMessage - the message
      aCause - the cause
      aErrorCode - the error code
    • EncryptionRuntimeException

      public EncryptionRuntimeException(String message, Throwable cause)
      Instantiates a new encryption runtime exception.
      Parameters:
      message - the message
      cause - the cause
    • EncryptionRuntimeException

      public EncryptionRuntimeException(String message)
      Instantiates a new encryption runtime exception.
      Parameters:
      message - the message
    • EncryptionRuntimeException

      public EncryptionRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new encryption runtime exception.
      Parameters:
      aCause - the cause
      aErrorCode - the error code
    • EncryptionRuntimeException

      public EncryptionRuntimeException(Throwable cause)
      Instantiates a new encryption runtime exception.
      Parameters:
      cause - the cause