public class EELFException extends Exception
| Constructor and Description |
|---|
EELFException(String message)
Create the exception, detailing the reason with a message
|
EELFException(String message,
Throwable cause)
Create an exception by wrapping another exception
|
EELFException(Throwable cause)
Create the exception by wrapping another exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EELFException(String message)
message - The message that details the reason for the exceptionpublic EELFException(String message, Throwable cause)
message - The message that details the exceptioncause - Any exception that was caught and was the reason for this failurepublic EELFException(Throwable cause)
cause - The cause of this exceptionCopyright © 2017. All rights reserved.