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