Class 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:
GemFire 6.6
See Also:
  • Constructor Details

    • PdxFieldTypeMismatchException

      public PdxFieldTypeMismatchException(String message)
      Constructs a new exception with the given message
      Parameters:
      message - the message of the new exception