Uses of Class
org.jboss.msc.service.ServiceRegistryException
-
Packages that use ServiceRegistryException Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of ServiceRegistryException in org.jboss.msc.service
Subclasses of ServiceRegistryException in org.jboss.msc.service Modifier and Type Class Description classCircularDependencyExceptionException used to indicate there was a circular dependency discovered during resolution.classDuplicateServiceExceptionAn exception which is thrown when the given service is already registered.classServiceNotFoundExceptionException which is thrown when a required service is not found in the registry.Methods in org.jboss.msc.service that throw ServiceRegistryException Modifier and Type Method Description voidServiceActivator. activate(ServiceActivatorContext serviceActivatorContext)Activate services.
-