VMware GemFire Java API Reference
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
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JSONFormatterException(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
getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JSONFormatterException
public JSONFormatterException(String message)
Create the exception with the given message.- Parameters:
message- the message of the new exception
-
-