public class FileNotFoundException extends IOException { // Public Constructors public FileNotFoundException( ); public FileNotFoundException(String s); }