public class PdxSerializationException extends SerializationException
Constructor and Description |
---|
PdxSerializationException(String message)
Create the exception with the given message.
|
PdxSerializationException(String message,
Throwable cause)
Create the exception with the given message and cause.
|
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PdxSerializationException(String message)
message
- the message of the new exception