|
Apache Tomcat 7.0.29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.catalina.LifecycleException
public final class LifecycleException
General purpose exception that is thrown to indicate a lifecycle related problem. Such exceptions should generally be considered fatal to the operation of the application containing this component.
| Constructor Summary | |
|---|---|
LifecycleException()
Construct a new LifecycleException with no other information. |
|
LifecycleException(String message)
Construct a new LifecycleException for the specified message. |
|
LifecycleException(String message,
Throwable throwable)
Construct a new LifecycleException for the specified message and throwable. |
|
LifecycleException(Throwable throwable)
Construct a new LifecycleException for the specified throwable. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LifecycleException()
public LifecycleException(String message)
message - Message describing this exceptionpublic LifecycleException(Throwable throwable)
throwable - Throwable that caused this exception
public LifecycleException(String message,
Throwable throwable)
message - Message describing this exceptionthrowable - Throwable that caused this exception
|
Apache Tomcat 7.0.29 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||