Package | Description |
---|---|
javax.enterprise.inject |
Java Dependency Injection annotations and exceptions.
|
Modifier and Type | Class and Description |
---|---|
class |
AmbiguousResolutionException
When an injection
Manager.getInstance call cannot return a unique bean, it throws
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. |