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(String message) |
UnsatisfiedResolutionException(String message,
Throwable throwable) |
UnsatisfiedResolutionException(Throwable throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnsatisfiedResolutionException()
public UnsatisfiedResolutionException(String message, Throwable throwable)
public UnsatisfiedResolutionException(String message)
public UnsatisfiedResolutionException(Throwable throwable)
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.