org.apache.catalina
public final class LifecycleException extends Exception
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Field Summary | |
---|---|
protected String | message
The error message passed to our constructor (if any) |
protected Throwable | throwable
The underlying exception or error passed to our constructor (if any) |
Constructor Summary | |
---|---|
LifecycleException()
Construct a new LifecycleException with no other information. | |
LifecycleException(String message)
Construct a new LifecycleException for the specified message.
| |
LifecycleException(Throwable throwable)
Construct a new LifecycleException for the specified throwable.
| |
LifecycleException(String message, Throwable throwable)
Construct a new LifecycleException for the specified message
and throwable.
|
Method Summary | |
---|---|
String | getMessage()
Returns the message associated with this exception, if any. |
Throwable | getThrowable()
Returns the throwable that caused this exception, if any. |
String | toString()
Return a formatted string that describes this exception. |
Parameters: message Message describing this exception
Parameters: throwable Throwable that caused this exception
Parameters: message Message describing this exception throwable Throwable that caused this exception