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:
  • Constructor Details

    • JsonCryptoException

      public JsonCryptoException(String message)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the error message
    • JsonCryptoException

      public JsonCryptoException(String message, Exception e)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      message - the error message
      e - cause of the exception