Uses of Class
jakarta.enterprise.inject.InjectionException
-
Packages that use InjectionException Package Description jakarta.enterprise.inject org.jboss.weld.exceptions -
-
Uses of InjectionException in jakarta.enterprise.inject
Subclasses of InjectionException 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.classCreationExceptionIndicates that a checked exception was thrown during creation of a bean.classIllegalProductExceptionIndicates that a producer method returned a null value or a producer field contained a null value, and the scope of the producer method or field was notDependent.classResolutionExceptionIndicates a problem relating to typesafe resolution.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 InjectionException in org.jboss.weld.exceptions
Subclasses of InjectionException in org.jboss.weld.exceptions Modifier and Type Class Description classAmbiguousResolutionExceptionProvides message localization service for the .classCreationExceptionA version of that supports message localization.classIllegalProductExceptionAn with support for localized messages in Weld.classInjectionExceptionProvides message localization service for the .classUnproxyableResolutionExceptionProvides message localization service for the .classUnsatisfiedResolutionExceptionProvides message localization service for the .
-