Uses of Class
jakarta.enterprise.inject.ResolutionException
-
Packages that use ResolutionException Package Description jakarta.enterprise.inject org.jboss.weld.exceptions -
-
Uses of ResolutionException in jakarta.enterprise.inject
Subclasses of ResolutionException in jakarta.enterprise.inject Modifier and Type Class Description classAmbiguousResolutionExceptionIndicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.classUnproxyableResolutionExceptionIndicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the bean type cannot be proxied by the container.classUnsatisfiedResolutionExceptionIndicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class. -
Uses of ResolutionException in org.jboss.weld.exceptions
Subclasses of ResolutionException in org.jboss.weld.exceptions Modifier and Type Class Description classAmbiguousResolutionExceptionProvides message localization service for the .classUnproxyableResolutionExceptionProvides message localization service for the .classUnsatisfiedResolutionExceptionProvides message localization service for the .
-