Class JsonReferenceException

All Implemented Interfaces:
Serializable

An exception that is thrown during JSON cryptographic operations.
See Also:
  • Constructor Details

    • JsonReferenceException

      Constructs a new exception with null as its detail message.
    • JsonReferenceException

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

      Constructs a new exception with the specified cause.
      Parameters:
      cause - The cause.
    • JsonReferenceException

      public JsonReferenceException(String message, Throwable cause)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      cause - The cause.
      message - The message.