Class LifecycleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.catalina.LifecycleException
All Implemented Interfaces:
Serializable

public final class LifecycleException extends Exception
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.
Author:
Craig R. McClanahan
See Also: