public class

IllegalProductException

extends InjectionException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ javax.enterprise.inject.InjectionException
           ↳ javax.enterprise.inject.IllegalProductException

Class Overview

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 javax.enterprise.context.Dependent.

Summary

Public Constructors
IllegalProductException()
IllegalProductException(String message, Throwable cause)
IllegalProductException(String message)
IllegalProductException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public IllegalProductException ()

public IllegalProductException (String message, Throwable cause)

public IllegalProductException (String message)

public IllegalProductException (Throwable cause)