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(String field)
Create a new
InvalidUseOfNullException object. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public InvalidUseOfNullException()
InvalidUseOfNullException
object.public InvalidUseOfNullException(String field)
InvalidUseOfNullException
object.field
- The name of the field or parameter that cannot have a null value