Class StopException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.refcodes.exception.AbstractException
All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

public class StopException extends LifecycleException
Thrown in case stopping a component caused problems. Usually a method similar to "stop()" throws such an exception.
See Also: