org.apache.juli.logging

Class 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.

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Craig R. McClanahan

Field Summary
protected Throwablecause
The underlying cause of this exception.
Constructor Summary
LogConfigurationException()
Construct a new exception with null as its detail message.
LogConfigurationException(String message)
Construct a new exception with the specified detail message.
LogConfigurationException(Throwable cause)
Construct a new exception with the specified cause and a derived detail message.
LogConfigurationException(String message, Throwable cause)
Construct a new exception with the specified detail message and cause.
Method Summary
ThrowablegetCause()
Return the underlying cause of this exception (if any).

Field Detail

cause

protected Throwable cause
The underlying cause of this exception.

Constructor Detail

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.

Parameters: message The detail message

LogConfigurationException

public LogConfigurationException(Throwable cause)
Construct a new exception with the specified cause and a derived detail message.

Parameters: cause The underlying cause

LogConfigurationException

public LogConfigurationException(String message, Throwable cause)
Construct a new exception with the specified detail message and cause.

Parameters: message The detail message cause The underlying cause

Method Detail

getCause

public Throwable getCause()
Return the underlying cause of this exception (if any).
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.