Uses of Class
org.jboss.msc.service.ServiceNotFoundException
- 
Packages that use ServiceNotFoundException Package Description org.jboss.msc.service The service container implementation itself.
- 
- 
Uses of ServiceNotFoundException in org.jboss.msc.serviceMethods in org.jboss.msc.service that throw ServiceNotFoundException Modifier and Type Method Description ServiceController<?>DelegatingServiceContainer. getRequiredService(ServiceName serviceName)Get a service, throwing an exception if it is not found.ServiceController<?>DelegatingServiceRegistry. getRequiredService(ServiceName serviceName)Get a service, throwing an exception if it is not found.ServiceController<?>ServiceRegistry. getRequiredService(ServiceName serviceName)Get a service, throwing an exception if it is not found.
 
-