Uses of Class
javax.enterprise.inject.InjectionException
-
Packages that use InjectionException Package Description javax.enterprise.inject -
-
Uses of InjectionException in javax.enterprise.inject
Subclasses of InjectionException in javax.enterprise.inject Modifier and Type Class Description classAmbiguousResolutionExceptionAmbigous resolution exception.classCreationExceptionclassIllegalProductExceptionIf return object of the producer method is null and its type is primitive type then throws this exception.classResolutionExceptionResolution exception class.classUnproxyableResolutionExceptionIn DI, normal scope type bean class must be proxyable by the container.classUnsatisfiedResolutionExceptionIf injection point is not resolved by the container, it throws unsatisfied exception.
-