Class PdxFieldAlreadyExistsException

All Implemented Interfaces:
Serializable

public class PdxFieldAlreadyExistsException extends GemFireException
Thrown when writing a field if the named field already exists.

This is usually caused by the same field name being written more than once.

It can also be caused by a field name being spelled one way when written and a different way when read. Field names are case sensitive.

It can also be caused by writeUnreadFields being called after a field is written.

Since:
GemFire 6.6
See Also:
  • Constructor Details

    • PdxFieldAlreadyExistsException

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