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)
    • EncryptionRuntimeException

      public EncryptionRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
    • EncryptionRuntimeException

      public EncryptionRuntimeException(String aMessage, Throwable aCause)
    • EncryptionRuntimeException

      public EncryptionRuntimeException(String aMessage)
    • EncryptionRuntimeException

      public EncryptionRuntimeException(Throwable aCause, String aErrorCode)
    • EncryptionRuntimeException

      public EncryptionRuntimeException(Throwable aCause)