public class LogConfigurationException
extends java.lang.RuntimeException
An exception that is thrown only if a suitable LogFactory
or Log instance cannot be created by the corresponding
factory methods.
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.Throwable | causeThe underlying cause of this exception. | 
| Constructor and Description | 
|---|
| LogConfigurationException()Construct a new exception with  nullas 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). | 
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 causeCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.