Package javax.enterprise.inject
Class UnsatisfiedResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.enterprise.inject.InjectionException
javax.enterprise.inject.ResolutionException
javax.enterprise.inject.UnsatisfiedResolutionException
- All Implemented Interfaces:
Serializable
Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class.
- See Also:
-
Constructor Summary
ConstructorDescriptionUnsatisfiedResolutionException
(String message) UnsatisfiedResolutionException
(String message, Throwable throwable) UnsatisfiedResolutionException
(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
-
UnsatisfiedResolutionException
public UnsatisfiedResolutionException() -
UnsatisfiedResolutionException
-
UnsatisfiedResolutionException
-
UnsatisfiedResolutionException
-