org.apache.commons.logging
Class LogConfigurationException
RuntimeException
org.apache.commons.logging.LogConfigurationException
public class LogConfigurationException
extends RuntimeException
An exception that is thrown only if a suitable LogFactory
or Log
instance cannot be created by the corresponding
factory methods.
$Revision: 1.6 $ $Date: 2004/02/28 21:46:45 $protected Throwable | cause - The underlying cause of this exception.
|
Throwable | getCause() - Return the underlying cause of this exception (if any).
|
cause
protected Throwable cause
The underlying cause of this exception.
LogConfigurationException
public LogConfigurationException()
Construct a new exception with null
as its detail message.
LogConfigurationException
public LogConfigurationException(String message)
Construct a new exception with the specified detail message.
message
- The detail message
LogConfigurationException
public LogConfigurationException(String message,
Throwable cause)
Construct a new exception with the specified detail message and cause.
message
- The detail messagecause
- The underlying cause
LogConfigurationException
public LogConfigurationException(Throwable cause)
Construct a new exception with the specified cause and a derived
detail message.
cause
- The underlying cause
getCause
public Throwable getCause()
Return the underlying cause of this exception (if any).
Copyright 2002-2004 The Apache Software Foundation.