Class JsonParseException

All Implemented Interfaces:
Serializable

public class JsonParseException extends GemFireCheckedException
This exception will be thrown, when JsonDocumentFactory is unable to parse the JSON string.
See Also:
  • Constructor Details

    • JsonParseException

      public JsonParseException(String message)
      Create the exception with the given message.
      Parameters:
      message - the message of the new exception
    • JsonParseException

      public JsonParseException(String message, Throwable cause)
      Create the exception with the given message and cause.
      Parameters:
      message - the message of the new exception
      cause - the cause of the new exception