public class PdxFieldTypeMismatchException extends GemFireException
PdxWriter
define the field type.
This exception can also be caused by setField
trying to set a value whose type is not compatible with the field.
Constructor and Description |
---|
PdxFieldTypeMismatchException(String message)
Constructs a new exception with the given message
|
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PdxFieldTypeMismatchException(String message)
message
- the message of the new exception