Package javax.enterprise.inject
Class AmbiguousResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.enterprise.inject.InjectionException
javax.enterprise.inject.ResolutionException
javax.enterprise.inject.AmbiguousResolutionException
- All Implemented Interfaces:
Serializable
Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.
- See Also:
-
Constructor Summary
ConstructorDescriptionAmbiguousResolutionException
(String message) AmbiguousResolutionException
(String message, Throwable throwable) AmbiguousResolutionException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AmbiguousResolutionException
public AmbiguousResolutionException() -
AmbiguousResolutionException
-
AmbiguousResolutionException
-
AmbiguousResolutionException
-