public class LoggingException
extends java.lang.RuntimeException
| Constructor and Description |
|---|
LoggingException(java.lang.String message)
Construct an exception with a message.
|
LoggingException(java.lang.String message,
java.lang.Throwable cause)
Construct an exception with a message and underlying cause.
|
LoggingException(java.lang.Throwable cause)
Construct an exception with an underlying cause.
|
public LoggingException(java.lang.String message)
message - The reason for the exceptionpublic LoggingException(java.lang.String message,
java.lang.Throwable cause)
message - The reason for the exceptioncause - The underlying cause of the exceptionpublic LoggingException(java.lang.Throwable cause)
cause - The underlying cause of the exceptionCopyright © 2006-2021 OPS4J - Open Participation Software for Java. All Rights Reserved.