Class JsonCryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.selfservice.core.crypto.JsonCryptoException
- All Implemented Interfaces:
Serializable
An exception that is thrown during JSON cryptographic operations.
- Since:
- 0.2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJsonCryptoException(String message) Constructs a new exception with the specified detail message.JsonCryptoException(String message, Exception e) Constructs a new exception with the specified detail message and 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
-
JsonCryptoException
Constructs a new exception with the specified detail message.- Parameters:
message- the error message
-
JsonCryptoException
Constructs a new exception with the specified detail message and cause.- Parameters:
message- the error messagee- cause of the exception
-