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