super("XYZFileScope");
this.fname = fname;
try {
FileInputStream fis = new FileInputStream(fname);
ObjectInputStream ois = new ObjectInputStream(fis);
ids = (Hashtable) ois.readObject();
} catch (FileNotFoundException fnfe) {
ids = new Hashtable();
} catch (Exception e) {
throw new KeyManagementException(
"Can