public final class SerializationException
extends java.lang.RuntimeException
Constructor and Description |
---|
SerializationException(java.lang.String message)
New instance.
|
SerializationException(java.lang.String message,
java.lang.Throwable cause)
New instance.
|
SerializationException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
New instance.
|
SerializationException(java.lang.Throwable cause)
New instance.
|
public SerializationException(java.lang.String message)
message
- for the exception.public SerializationException(java.lang.String message, java.lang.Throwable cause)
message
- for the exception.cause
- for this exception.public SerializationException(java.lang.Throwable cause)
cause
- for this exception.public SerializationException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- for the exception.cause
- for this exception.enableSuppression
- whether or not suppression is enabled or disabled.writableStackTrace
- whether or not the stack trace should be writable.