Class StopException

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: