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.
Constructor and Description |
---|
UnsatisfiedResolutionException() |
UnsatisfiedResolutionException(java.lang.String message) |
UnsatisfiedResolutionException(java.lang.String message,
java.lang.Throwable throwable) |
UnsatisfiedResolutionException(java.lang.Throwable throwable) |
public UnsatisfiedResolutionException()
public UnsatisfiedResolutionException(java.lang.String message, java.lang.Throwable throwable)
public UnsatisfiedResolutionException(java.lang.String message)
public UnsatisfiedResolutionException(java.lang.Throwable throwable)