com.gemstone.gemfire.pdx
Class PdxInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.pdx.PdxInitializationException
- All Implemented Interfaces:
- Serializable
public class PdxInitializationException
- extends GemFireException
Thrown if the PDX system could not be successfully initialized.
The cause will give the detailed reason why initialization failed.
- 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 |
PdxInitializationException
public PdxInitializationException(String message)
- Construct a new exception with the given message
- Parameters:
message
- the message of the new exception
PdxInitializationException
public PdxInitializationException(String message,
Throwable cause)
- Construct a new exception with the given message and cause
- Parameters:
message
- the message of the new exceptioncause
- the cause of the new exception
Copyright © 1997-2012 VMware, Inc. All rights reserved.