public final class LowLevelDeserializationException extends RuntimeException
| Constructor and Description |
|---|
LowLevelDeserializationException(String message)
Constructs a new
LowLevelDeserializationException with the specified detail message. |
LowLevelDeserializationException(String message,
Throwable cause)
Constructs a new
LowLevelDeserializationException with the specified detail message and
cause. |
LowLevelDeserializationException(Throwable cause)
Constructs a new
LowLevelDeserializationException with the default detail message and
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LowLevelDeserializationException(String message)
LowLevelDeserializationException with the specified detail message.message - the detail message.public LowLevelDeserializationException(String message, Throwable cause)
LowLevelDeserializationException with the specified detail message and
cause.message - the detail messagecause - the causepublic LowLevelDeserializationException(Throwable cause)
LowLevelDeserializationException with the default detail message and
cause.cause - the causeCopyright © 2014. All rights reserved.