Known Direct Subclasses
CreationException |
Indicates that a checked exception was thrown during
creation of a bean. |
IllegalProductException |
Indicates 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 not javax.enterprise.context.Dependent. |
ResolutionException |
Indicates a problem relating to typesafe resolution. |
|
Known Indirect Subclasses
AmbiguousResolutionException |
Indicates that multiple beans match a certain combination of required
type and required qualifiers and are eligible for injection into a
certain class. |
UnproxyableResolutionException |
Indicates 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. |
UnsatisfiedResolutionException |
Indicates that no bean matches a certain combination of required
type and required qualifiers and is eligible for injection into a
certain class. |
|
Class Overview
Indicates a problem relating to dependency injection.
Public Constructors
public
InjectionException
()
public
InjectionException
(String message)
public
InjectionException
(Throwable throwable)