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 aMessage describing this exception.
      aErrorCode - The error code identifying this exception.
    • DecryptionRuntimeException

      public DecryptionRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
      Instantiates a new decryption runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • DecryptionRuntimeException

      public DecryptionRuntimeException(String aMessage, Throwable aCause)
      Instantiates a new decryption runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
      aCause - The Throwable (Exception) causing this exception.
    • DecryptionRuntimeException

      public DecryptionRuntimeException(String aMessage)
      Instantiates a new decryption runtime exception.
      Parameters:
      aMessage - The aMessage describing this exception.
    • DecryptionRuntimeException

      public DecryptionRuntimeException(Throwable aCause, String aErrorCode)
      Instantiates a new decryption runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.
      aErrorCode - The error code identifying this exception.
    • DecryptionRuntimeException

      public DecryptionRuntimeException(Throwable aCause)
      Instantiates a new decryption runtime exception.
      Parameters:
      aCause - The Throwable (Exception) causing this exception.