Package org.apache.geode.pdx
Class PdxFieldDoesNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geode.GemFireException
org.apache.geode.pdx.PdxFieldDoesNotExistException
- All Implemented Interfaces:
Serializable
Thrown when a PDX field does not exist and the current operation requires its existence. PDX
fields exist after they are written by one of the writeXXX methods on
PdxWriter.- Since:
- GemFire 6.6
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPdxFieldDoesNotExistException(String message) Constructs a new exception with the given message -
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
-
PdxFieldDoesNotExistException
Constructs a new exception with the given message- Parameters:
message- the message of the new exception
-