public class LoggingException
extends java.lang.RuntimeException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
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.
|
private static final long serialVersionUID
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 exception