public class

AmbiguousResolutionException

extends ResolutionException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ javax.enterprise.inject.InjectionException
           ↳ javax.enterprise.inject.ResolutionException
             ↳ javax.enterprise.inject.AmbiguousResolutionException

Class Overview

Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.

Summary

Public Constructors
AmbiguousResolutionException()
AmbiguousResolutionException(String message, Throwable throwable)
AmbiguousResolutionException(String message)
AmbiguousResolutionException(Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AmbiguousResolutionException ()

public AmbiguousResolutionException (String message, Throwable throwable)

public AmbiguousResolutionException (String message)

public AmbiguousResolutionException (Throwable throwable)