com.gemstone.gemfire.pdx
Class PdxFieldAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.pdx.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:
- 6.6
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PdxFieldAlreadyExistsException
public PdxFieldAlreadyExistsException(String message)
- Constructs a new exception with the given message.
- Parameters:
message - the message of the new exception
Copyright © 1997-2011 VMware, Inc. All rights reserved.