Class EncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.encrypt.EncryptionException
- All Implemented Interfaces:
Serializable
Runtime exception thrown if there is a problem with the encryption
or decryption.
- Since:
- 1.9.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptionException(String message) EncryptionException(String message, Throwable cause) EncryptionException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EncryptionException
public EncryptionException() -
EncryptionException
-
EncryptionException
-
EncryptionException
-