Uses of Class
org.refcodes.component.ComponentException
-
-
Uses of ComponentException in org.refcodes.component
Subclasses of ComponentException in org.refcodes.component Modifier and Type Class Description class
CeaseException
Thrown in case ceasing a component caused problems.class
ConfigureException
Thrown in case initializing a component caused problems.class
DigestException
Thrown in case digesting (processing) a job by aDigester.digest(Object)
caused problems; the cause is usually wrapped by thisException
.class
InitializeException
Thrown in case initializing a component caused problems.class
PauseException
Thrown in case pausing a component caused problems.class
ResumeException
Thrown in case resuming a component caused problems.class
StartException
Thrown in case starting a component caused problems.class
StopException
Thrown in case stopping a component caused problems.
-