Package org.opencms.crypto
Class CmsEncryptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencms.crypto.CmsEncryptionException
- All Implemented Interfaces:
Serializable
Class for errors during encryption / decryption.
- See Also:
-
Constructor Summary
ConstructorDescriptionCmsEncryptionException
(String message) Creates a new instance.CmsEncryptionException
(String message, Throwable cause) Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CmsEncryptionException
Creates a new instance.- Parameters:
message
- the error message
-
CmsEncryptionException
Creates a new instance.- Parameters:
message
- the error messagecause
- the cause of this exception
-