Class JSONFormatterException

All Implemented Interfaces:
Serializable

public class JSONFormatterException extends GemFireException
This exception will be thrown, when {link @JSONFormatter} is unable to parse the JSON document or {link @PdxInstance}.
See Also:
  • Constructor Details

    • JSONFormatterException

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

      public JSONFormatterException(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