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

public class AbstractLifeCycle.StopException extends RuntimeException
An exception, which if thrown by doStart will immediately stop the component
See Also:
  • Constructor Details

    • StopException

      public StopException()