public class LoggingException extends RuntimeException
| Constructor and Description |
|---|
LoggingException(String message)
Construct an exception with a message.
|
LoggingException(String message,
Throwable cause)
Construct an exception with a message and underlying cause.
|
LoggingException(Throwable cause)
Construct an exception with an underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LoggingException(String message)
message - The reason for the exceptionpublic LoggingException(String message, Throwable cause)
message - The reason for the exceptioncause - The underlying cause of the exceptionpublic LoggingException(Throwable cause)
cause - The underlying cause of the exceptionCopyright © 2006-2016 OPS4J - Open Participation Software for Java. All Rights Reserved.