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.mscMethods in org.jboss.msc that throw StartException Modifier and Type Method Description voidService. start(StartContext context)Start the service.
- 
Uses of StartException in org.jboss.msc.serviceMethods in org.jboss.msc.service that return StartException Modifier and Type Method Description StartExceptionDelegatingServiceController. getStartException()Get the reason why the last start failed.StartExceptionServiceController. 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 voidStartContext. failed(StartException reason)Call when start lifecycle action has failed for some reason.
 
-