com.gemstone.gemfire.pdx
Class PdxSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.gemstone.gemfire.GemFireException
com.gemstone.gemfire.GemFireIOException
com.gemstone.gemfire.SerializationException
com.gemstone.gemfire.pdx.PdxSerializationException
- All Implemented Interfaces:
- Serializable
public class PdxSerializationException
- extends SerializationException
Thrown if a problem occurred during serialization
or deserialization of a PDX. In most cases consult the cause for
a description of the problem.
- 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 |
PdxSerializationException
public PdxSerializationException(String message)
- Create the exception with the given message.
- Parameters:
message - the message of the new exception
PdxSerializationException
public PdxSerializationException(String message,
Throwable cause)
- Create the exception with the given message and cause.
- Parameters:
message - the message of the new exceptioncause - the cause of the new exception
Copyright © 1997-2011 VMware, Inc. All rights reserved.