FileDocCategorySizeDatePackage
NoSuchPersonException.javaAPI DocExample662Wed Apr 05 11:25:42 BST 2000None

NoSuchPersonException

public class NoSuchPersonException extends Exception
Thrown if a data is requested for a person that is not found in the database(s).

Fields Summary
Constructors Summary
public NoSuchPersonException()

public NoSuchPersonException(String message)

super(message);
Methods Summary