com.gemstone.gemfire.pdx
Class PdxConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.pdx.PdxConfigurationException
- All Implemented Interfaces:
- Serializable
public class PdxConfigurationException
- extends GemFireException
Thrown when a configuration that is now allowed by PDX is detected.
- 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 |
PdxConfigurationException
public PdxConfigurationException(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.