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, ErrorCodeAccessor, Trap
- Direct Known Subclasses:
DecryptEncodingException
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThrown in case an decryption issue occurred regarding theEncrypter.Nested classes/interfaces inherited from interface ErrorCodeAccessor
ErrorCodeAccessor.ErrorCodeBuilder<B>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodeProperty -
Constructor Summary
ConstructorsConstructorDescriptionDecryptionException(String aMessage) DecryptionException(String aMessage, String aErrorCode) DecryptionException(String aMessage, Throwable aCause) DecryptionException(String aMessage, Throwable aCause, String aErrorCode) DecryptionException(Throwable aCause) DecryptionException(Throwable aCause, String aErrorCode) -
Method Summary
Methods inherited from class AbstractException
getErrorCode, getMessageMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Trap
getPatternArguments, toLocalizedMessage, toMessage, toMessage, toMessage, toShortLocalizedMessage, toShortMessage
-
Constructor Details
-
DecryptionException
-
DecryptionException
-
DecryptionException
-
DecryptionException
- See Also:
-
DecryptionException
-
DecryptionException
- See Also:
-