public class LogConfigurationException extends java.lang.RuntimeException
LogFactory
or Log instance cannot be created by the corresponding
factory methods.| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Throwable |
cause
The underlying cause of this exception.
|
| Constructor and Description |
|---|
LogConfigurationException()
Construct a new exception with
null as its detail message. |
LogConfigurationException(java.lang.String message)
Construct a new exception with the specified detail message.
|
LogConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Construct a new exception with the specified detail message and cause.
|
LogConfigurationException(java.lang.Throwable cause)
Construct a new exception with the specified cause and a derived
detail message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getCause()
Return the underlying cause of this exception (if any).
|
protected java.lang.Throwable cause
public LogConfigurationException()
null as its detail message.public LogConfigurationException(java.lang.String message)
message - The detail messagepublic LogConfigurationException(java.lang.Throwable cause)
cause - The underlying causepublic LogConfigurationException(java.lang.String message, java.lang.Throwable cause)
message - The detail messagecause - The underlying causepublic java.lang.Throwable getCause()
getCause in class java.lang.ThrowableCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.