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. 
 | 
getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PdxSerializationException(String message)
message - the message of the new exception