Package org.jasypt.exceptions
Class EncryptionOperationNotPossibleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jasypt.exceptions.EncryptionOperationNotPossibleException
-
- All Implemented Interfaces:
java.io.Serializable
public final class EncryptionOperationNotPossibleException extends java.lang.RuntimeException
General exception thrown when any errors are raised during encryption, digesting, etc.
It is intended to provide very little information (if any) of the error causes, so that encryption internals are not revealed through error messages.
- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description EncryptionOperationNotPossibleException()
EncryptionOperationNotPossibleException(java.lang.String message)
EncryptionOperationNotPossibleException(java.lang.Throwable t)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
EncryptionOperationNotPossibleException
public EncryptionOperationNotPossibleException()
-
EncryptionOperationNotPossibleException
public EncryptionOperationNotPossibleException(java.lang.Throwable t)
-
EncryptionOperationNotPossibleException
public EncryptionOperationNotPossibleException(java.lang.String message)
-
-