Uses of Class
org.jboss.msc.service.StartException
-
Packages that use StartException Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of StartException in org.jboss.msc.service
Fields in org.jboss.msc.service declared as StartException Modifier and Type Field Description private StartExceptionServiceControllerImpl. startExceptionThe start exception.Methods in org.jboss.msc.service that return StartException Modifier and Type Method Description StartExceptionServiceController. getStartException()Get the reason why the last start failed.StartExceptionServiceControllerImpl. getStartException()Methods in org.jboss.msc.service with parameters of type StartException Modifier and Type Method Description voidServiceControllerImpl.StartContextImpl. failed(StartException reason)voidStartContext. failed(StartException reason)Call when start lifecycle action has failed for some reason.private voidServiceControllerImpl.StartTask. startFailed(StartException e, ServiceName serviceName, ServiceControllerImpl.StartContextImpl context, long startNanos)voidServiceLogger_$logger. startFailed(StartException cause, ServiceName serviceName)voidServiceLogger. startFailed(StartException cause, ServiceName serviceName)Methods in org.jboss.msc.service that throw StartException Modifier and Type Method Description voidAbstractService. start(StartContext context)Start the service.voidService. start(StartContext context)Start the service.voidValueInjectionService. start(StartContext context)Start the service.voidValueService. start(StartContext context)Start the service.private voidServiceControllerImpl.StartTask. startService(Service<? extends S> service, StartContext context)
-