public class AmbiguousResolutionException extends ResolutionException
Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.
Constructor and Description |
---|
AmbiguousResolutionException() |
AmbiguousResolutionException(String message) |
AmbiguousResolutionException(String message,
Throwable throwable) |
AmbiguousResolutionException(Throwable throwable) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AmbiguousResolutionException()
public AmbiguousResolutionException(String message, Throwable throwable)
public AmbiguousResolutionException(String message)
public AmbiguousResolutionException(Throwable throwable)
Comments to: cdi-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.