public class DeserializationException extends NestedException
DeserializationException is thrown if an error
 occurs during deserializtion.NestedThrowable.Utilnested| Constructor and Description | 
|---|
DeserializationException()
Constructs a  
DeserializationException with no
 specified detail message. | 
DeserializationException(String s)
Constructs a  
DeserializationException with the
 specified detail message. | 
DeserializationException(String s,
                        Throwable t)
Constructs a  
DeserializationException with the
 specified detail message and the nested error respresented by t. | 
DeserializationException(Throwable t)
Constructs a  
DeserializationException with the
 nested error respresented by t. | 
getMessage, getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic DeserializationException()
DeserializationException with no
 specified detail message.public DeserializationException(String s)
DeserializationException with the
 specified detail message.s - the detail messagepublic DeserializationException(String s, Throwable t)
DeserializationException with the
 specified detail message and the nested error respresented by t.s - the detail messaget - the nested errorpublic DeserializationException(Throwable t)
DeserializationException with the
 nested error respresented by t.t - the nested error