public class InvalidUseOfNullException extends InvalidDataException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
InvalidUseOfNullException()
Create a new
InvalidUseOfNullException object. |
InvalidUseOfNullException(java.lang.String field)
Create a new
InvalidUseOfNullException object. |
private static final long serialVersionUID
public InvalidUseOfNullException()
InvalidUseOfNullException
object.public InvalidUseOfNullException(java.lang.String field)
InvalidUseOfNullException
object.field
- The name of the field or parameter that cannot have a null value