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.
| 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. | 
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-2018 Apache Software Foundation. All Rights Reserved.