Class DuplicateQualifierException

All Implemented Interfaces:
Serializable

public class DuplicateQualifierException extends InjectionException
Indicates an attempt to create a Binding whose TypeUsage carries more than one AnnotationTypeUsage of the same qualifier annotation type (for example, two different @Named values), making the Binding's qualifier ambiguous.
Since:
Jul-2026
Author:
brian.oliver
See Also:
  • Constructor Details