Uses of Class
org.jboss.msc.service.StartException
-
Packages that use StartException Package Description org.jboss.msc The modular service container base package.org.jboss.msc.service The service container implementation itself. -
-
Uses of StartException in org.jboss.msc
Methods in org.jboss.msc that throw StartException Modifier and Type Method Description void
Service. start(StartContext context)
Start the service. -
Uses of StartException in org.jboss.msc.service
Methods in org.jboss.msc.service that return StartException Modifier and Type Method Description StartException
DelegatingServiceController. getStartException()
Get the reason why the last start failed.StartException
ServiceController. getStartException()
Get the reason why the last start failed.Methods in org.jboss.msc.service with parameters of type StartException Modifier and Type Method Description void
StartContext. failed(StartException reason)
Call when start lifecycle action has failed for some reason.
-