Module jakarta.cdi

Class IllegalProductException

java.lang.Object
All Implemented Interfaces:
Serializable

public class IllegalProductException extends InjectionException

Indicates that a producer method returned a null value or a producer field contained a null value, and the scope of the producer method or field was not Dependent.

See Also: