com.gemstone.gemfire.pdx
Class PdxFieldDoesNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.pdx.PdxFieldDoesNotExistException
- All Implemented Interfaces:
- Serializable
public class PdxFieldDoesNotExistException
- extends GemFireException
Thrown when a PDX field does not exist and the current operation requires its existence.
PDX fields exist after they are written by one of the writeXXX methods on PdxWriter.
- 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 |
PdxFieldDoesNotExistException
public PdxFieldDoesNotExistException(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.