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
Direct Known Subclasses:
DecryptEncodingException

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

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

      public DecryptionException(String aMessage, Throwable aCause)
    • DecryptionException

      public DecryptionException(String aMessage)
    • DecryptionException

      public DecryptionException(Throwable aCause, String aErrorCode)
    • DecryptionException

      public DecryptionException(Throwable aCause)