@Public public class DeserializationException extends RuntimeException
| Constructor and Description |
|---|
DeserializationException()
Constructs an
DeserializationException with null
as its error detail message. |
DeserializationException(String message)
Constructs an
DeserializationException with the specified detail message. |
DeserializationException(String message,
Throwable cause)
Constructs an
DeserializationException with the specified detail message
and cause. |
DeserializationException(Throwable cause)
Constructs an
DeserializationException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DeserializationException()
DeserializationException with null
as its error detail message.public DeserializationException(String message, Throwable cause)
DeserializationException with the specified detail message
and cause.message - The detail message.cause - The cause of the exception.public DeserializationException(String message)
DeserializationException with the specified detail message.message - The detail message.public DeserializationException(Throwable cause)
DeserializationException with the specified cause.cause - The cause of the exception.Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.