Class DecryptionException.DecryptionRuntimeException

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

public static class DecryptionException.DecryptionRuntimeException extends SecurityRuntimeException
Thrown in case an decryption issue occurred regarding the Encrypter.
See Also:
  • Constructor Details

    • DecryptionRuntimeException

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

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

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

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

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

      public DecryptionRuntimeException(Throwable cause)
      Instantiates a new decryption runtime exception.
      Parameters:
      cause - the cause