Package org.springframework.geode.pdx
Class PdxFieldNotWritableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.geode.pdx.PdxFieldNotWritableException
- All Implemented Interfaces:
Serializable
A
RuntimeException
thrown to indicate that a PDX field of a PdxInstance
is not writable.- Since:
- 1.3.0
- See Also:
-
RuntimeException
PdxInstance
- Serialized Form
-
Constructor Summary
ConstructorDescriptionPdxFieldNotWritableException
(String message) PdxFieldNotWritableException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PdxFieldNotWritableException
public PdxFieldNotWritableException() -
PdxFieldNotWritableException
-
PdxFieldNotWritableException
-
PdxFieldNotWritableException
-