package java.io; public class FileNotFoundException extends IOException { public FileNotFoundException(String string) { super(string); } }