Package com.axelor.common.crypto
Class EncryptorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.axelor.common.crypto.EncryptorException
- All Implemented Interfaces:
Serializable
The unchecked exception is thrown by
Encryptor
classes if there is any error while
encrypting or decrypting values.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptorException
(String message) EncryptorException
(String message, Throwable cause) EncryptorException
(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
-
EncryptorException
-
EncryptorException
-
EncryptorException
-