Class DecryptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
org.refcodes.security.SecurityException
org.refcodes.security.DecryptionException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class DecryptionException extends SecurityException
Thrown in case an decryption issue occurred regarding the Encrypter. Probably the configuration of your Encrypter does not fit the one of the Decrypter.
See Also:
  • Constructor Details

    • DecryptionException

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

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

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

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

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

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