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