NameNotFoundException() Constructs a NameNotFoundException instance with all data
initialized to null.
public
NameNotFoundException(String s) Constructs a NameNotFoundException instance with the
specified message.
Parameters: s - The detail message for the exception.