public class FatalESException extends Exception
| Constructor and Description |
|---|
FatalESException()
Default constructor.
|
FatalESException(String message)
Default constructor.
|
FatalESException(String message,
Throwable cause)
Default constructor.
|
FatalESException(Throwable cause)
Default constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FatalESException(String message, Throwable cause)
message - the messagecause - underlying exceptionpublic FatalESException(String message)
message - the messagepublic FatalESException(Throwable cause)
cause - the causepublic FatalESException()
Copyright © 2017. All rights reserved.