com.gemstone.gemfire.pdx
Class PdxFieldTypeMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.pdx.PdxFieldTypeMismatchException
- All Implemented Interfaces:
- Serializable
public class PdxFieldTypeMismatchException
- extends GemFireException
Thrown if the type of a PDX field was changed or the wrong type was used.
PDX field types can not be changed. New fields can be added.
Existing fields can be removed. But once a field is added
its type can not be changed.
The writeXXX methods on 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.
- Since:
- 6.6
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PdxFieldTypeMismatchException
public PdxFieldTypeMismatchException(String message)
- Constructs a new exception with the given message
- Parameters:
message - the message of the new exception
Copyright © 1997-2012 VMware, Inc. All rights reserved.