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.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
UnsatisfiedResolutionException() |
UnsatisfiedResolutionException(java.lang.String message) |
UnsatisfiedResolutionException(java.lang.String message,
java.lang.Throwable throwable) |
UnsatisfiedResolutionException(java.lang.Throwable throwable) |
private static final long serialVersionUID
public UnsatisfiedResolutionException()
public UnsatisfiedResolutionException(java.lang.String message,
java.lang.Throwable throwable)
public UnsatisfiedResolutionException(java.lang.String message)
public UnsatisfiedResolutionException(java.lang.Throwable throwable)