Module jakarta.cdi

Class AmbiguousResolutionException

java.lang.Object
All Implemented Interfaces:
Serializable

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.

See Also: