Package org.apache.geode.pdx
Class JSONFormatterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.pdx.JSONFormatterException
- All Implemented Interfaces:
Serializable
This exception will be thrown, when {link @JSONFormatter} is unable to parse the JSON document or
{link @PdxInstance}.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionJSONFormatterException(String message) Create the exception with the given message.JSONFormatterException(String message, Throwable cause) Create the exception with the given message and cause. -
Method Summary
Methods inherited from class org.apache.geode.GemFireException
getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JSONFormatterException
Create the exception with the given message.- Parameters:
message- the message of the new exception
-
JSONFormatterException
Create the exception with the given message and cause.- Parameters:
message- the message of the new exceptioncause- the cause of the new exception
-