NoSuchPersonExceptionpublic class NoSuchPersonException extends Exception Thrown if a data is requested for a person that is not found in the
database(s). |
Constructors Summary |
---|
public NoSuchPersonException()
| public NoSuchPersonException(String message)super(message);
|
|