Package org.eclipse.jetty.util.component
Class AbstractLifeCycle.StopException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.jetty.util.component.AbstractLifeCycle.StopException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AbstractLifeCycle
public class AbstractLifeCycle.StopException extends java.lang.RuntimeException
An exception, which if thrown by doStart will immediately stop the component- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StopException()
-