public class DeserializationException extends NestedException
DeserializationException
is thrown if an error
occurs during deserializtion.NestedThrowable.Util
nested
Constructor and Description |
---|
DeserializationException()
Constructs a
DeserializationException with no
specified detail message. |
DeserializationException(java.lang.String s)
Constructs a
DeserializationException with the
specified detail message. |
DeserializationException(java.lang.String s,
java.lang.Throwable t)
Constructs a
DeserializationException with the
specified detail message and the nested error respresented by t. |
DeserializationException(java.lang.Throwable t)
Constructs a
DeserializationException with the
nested error respresented by t. |
getMessage, getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString
public 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