1: package java.io; 2: 3: public class FileNotFoundException extends IOException { 4: public FileNotFoundException() { 5: } 6: 7: public FileNotFoundException(String message) { 8: } 9: }