public class SerializationFailedException extends Exception
| Constructor and Description |
|---|
SerializationFailedException(String message)
Construct a
SerializationException with the specified detail message. |
SerializationFailedException(String message,
Throwable cause)
Construct a
SerializationException with the specified detail message
and nested exception. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SerializationFailedException(String message)
SerializationException with the specified detail message.message - the detail messageCopyright © 2019. All rights reserved.