Uses of Class
org.jboss.msc.service.CircularDependencyException
-
Packages that use CircularDependencyException Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of CircularDependencyException in org.jboss.msc.service
Methods in org.jboss.msc.service that throw CircularDependencyException Modifier and Type Method Description private <T> void
ServiceContainerImpl. detectCircularity(ServiceControllerImpl<T> instance)
Detects if installation ofinstance
results in dependency cycles.
-