|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InjectionException | |
---|---|
javax.enterprise.inject | Java Dependency Injection annotations and exceptions. |
Uses of InjectionException in javax.enterprise.inject |
---|
Subclasses of InjectionException in javax.enterprise.inject | |
---|---|
class |
AmbiguousResolutionException
When an injection Manager.getInstance call cannot return a unique bean, it throws
this exception. |
class |
CreationException
When bean creation fails, the injection BeanManager will throw this exception. |
class |
IllegalProductException
Exception during runtime for webbeans |
class |
ResolutionException
When bean creation fails, the injection BeanManager will throw this exception. |
class |
UnproxyableResolutionException
When a bean cannot generate a proxy as required by the specification, the injection BeanManager will
throw this exception. |
class |
UnsatisfiedResolutionException
When no matching bean can be found for an injection point or a BeanManager.getReference ,
the BeanManager BeanManager will throw this exception. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |