Uses of Class
org.refcodes.component.LifecycleException.LifecycleRuntimeException
-
-
Uses of LifecycleException.LifecycleRuntimeException in org.refcodes.component
Subclasses of LifecycleException.LifecycleRuntimeException in org.refcodes.component Modifier and Type Class Description static classConfigureException.ConfigureRuntimeExceptionThrown in case initializing a component caused problems.static classDestroyException.DestroyRuntimeExceptionUnchecked exception with the same semantics as theDestroyException.static classInitializeException.InitializeRuntimeExceptionUnchecked exception with the same semantics as theIOException.static classPauseException.PauseRuntimeExceptionUnchecked exception with the same semantics as thePauseException.static classResumeException.ResumeRuntimeExceptionUnchecked exception with the same semantics as theResumeException.static classStartException.StartRuntimeExceptionUnchecked exception with the same semantics as theStartException.static classStopException.StopRuntimeExceptionUnchecked exception with the same semantics as theStopException.
-