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