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
public class EncryptorException extends RuntimeException
The unchecked exception is thrown byEncryptor
classes if there is any error while encrypting or decrypting values.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncryptorException(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
-
-