An exception thrown when an an object lookup fails because an object with the ID does not exist.
author: Josh Holtzman
Constructor Summary
public
IdNotFoundException(String message) Constructs an IdNotFoundException with a generic message (useful when the
more specific constructor isn't suitable, because we don't know what kind of ID
wasn't found).
public
IdNotFoundException(String id, String className) Constructs an IdNotFoundException indicating the class for which the id could
not be located.
Constructs an IdNotFoundException with a generic message (useful when the
more specific constructor isn't suitable, because we don't know what kind of ID
wasn't found).
Parameters: message -
Constructs an IdNotFoundException indicating the class for which the id could
not be located.
Parameters: id - The ID that can't be found Parameters: className - The class of object for which we were looking.