Class StartException

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 StartException extends LifecycleException
Thrown in case starting a component caused problems. Usually a method similar to "start()" throws such an exception.
See Also: