package files; /** * Generated from IDL definition of exception "no_such_file" * @author JacORB IDL compiler */ public final class no_such_file extends org.omg.CORBA.UserException { public no_such_file() { super(files.no_such_fileHelper.id()); } public no_such_file(String value) { super(value); } }