public class SerializerException extends RuntimeException
| Constructor and Description |
|---|
SerializerException(String message)
Constructs an exception with the specified message.
|
SerializerException(String message,
Throwable cause)
Constructs an exception with the specified message and the underlying
cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SerializerException(String message)
message - the message describing the specific nature of the errorCopyright © 2017. All rights reserved.