public class JsonParseException extends GemFireCheckedException
JsonDocumentFactory is unable to parse the JSON
string.| Constructor and Description |
|---|
JsonParseException(String message)
Create the exception with the given message.
|
JsonParseException(String message,
Throwable cause)
Create the exception with the given message and cause.
|
getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonParseException(String message)
message - the message of the new exception