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
.
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
IllegalProductException() |
IllegalProductException(java.lang.String message) |
IllegalProductException(java.lang.String message,
java.lang.Throwable cause) |
IllegalProductException(java.lang.Throwable cause) |
private static final long serialVersionUID
public IllegalProductException()
public IllegalProductException(java.lang.String message, java.lang.Throwable cause)
public IllegalProductException(java.lang.String message)
public IllegalProductException(java.lang.Throwable cause)