Class StartException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

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