public class PdxFieldAlreadyExistsException extends GemFireException
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.
Constructor and Description |
---|
PdxFieldAlreadyExistsException(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 PdxFieldAlreadyExistsException(String message)
message
- the message of the new exception