Class JsonCryptoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.forgerock.selfservice.core.crypto.JsonCryptoException
-
- All Implemented Interfaces:
Serializable
public class JsonCryptoException extends Exception
An exception that is thrown during JSON cryptographic operations.- Since:
- 0.2.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonCryptoException(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 Detail
-
JsonCryptoException
public JsonCryptoException(String message)
Constructs a new exception with the specified detail message.- Parameters:
message
- the error message
-
-