public class LoggingException extends RuntimeException
| Constructor and Description |
|---|
LoggingException(String
Construct an exception with a message.
|
LoggingException(String
Construct an exception with a message and underlying cause.
|
LoggingException(Throwable
Construct an exception with an underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LoggingException(Stringmessage)
message - The reason for the exception
public LoggingException(Stringmessage, Throwable cause)
message - The reason for the exception
cause - The underlying cause of the exception
public LoggingException(Throwablecause)
cause - The underlying cause of the exception