Module jakarta.cdi

Class UnsatisfiedResolutionException

java.lang.Object
All Implemented Interfaces:
Serializable

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.

See Also: