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:
Serializable
- Enclosing class:
- AbstractLifeCycle
An exception, which if thrown by doStart will immediately stop the component
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StopException
public StopException()
-