Class IllegalProductException

  • 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:
    Serialized Form
    • Constructor Detail

      • IllegalProductException

        public IllegalProductException()
      • IllegalProductException

        public IllegalProductException​(String message,
                                       Throwable cause)
      • IllegalProductException

        public IllegalProductException​(String message)
      • IllegalProductException

        public IllegalProductException​(Throwable cause)