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)
Comments to: cdi-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.