java.io.Serializable, NestedThrowablepublic class DeserializationException extends NestedException
DeserializationException is thrown if an error
 occurs during deserializtion.NestedThrowable.Utilnested| Constructor | Description | 
|---|---|
| DeserializationException() | Constructs a  DeserializationExceptionwith no
 specified detail message. | 
| DeserializationException(java.lang.String s) | Constructs a  DeserializationExceptionwith the
 specified detail message. | 
| DeserializationException(java.lang.String s,
                        java.lang.Throwable t) | Constructs a  DeserializationExceptionwith the
 specified detail message and the nested error respresented by t. | 
| DeserializationException(java.lang.Throwable t) | Constructs a  DeserializationExceptionwith the
 nested error respresented by t. | 
getMessage, getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toStringpublic DeserializationException()
DeserializationException with no
 specified detail message.public DeserializationException(java.lang.String s)
DeserializationException with the
 specified detail message.s - the detail messagepublic DeserializationException(java.lang.String s,
                                java.lang.Throwable t)
DeserializationException with the
 specified detail message and the nested error respresented by t.s - the detail messaget - the nested errorpublic DeserializationException(java.lang.Throwable t)
DeserializationException with the
 nested error respresented by t.t - the nested error