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, toStringpublic AmbiguousResolutionException()
public AmbiguousResolutionException(String message, Throwable throwable)
public AmbiguousResolutionException(String message)
public AmbiguousResolutionException(Throwable throwable)
Copyright © 2008-2014 JBoss by Red Hat, Inc.. All Rights Reserved.