public class SerializeException extends PherializeException
| Constructor and Description |
|---|
SerializeException()
Constructor
|
SerializeException(String message)
Constructor
|
SerializeException(String message,
Throwable cause)
Constructor
|
SerializeException(Throwable cause)
Constructor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SerializeException()
public SerializeException(String message)
message - The exception messagepublic SerializeException(String message, Throwable cause)
message - The exception messagecause - The root causepublic SerializeException(Throwable cause)
cause - The root causeCopyright © 2006–2017. All rights reserved.