home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / NETSCAP4.06 / CP32E406.EXE / nav40.z / java40.jar / netscape / softupdate / RegistryException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-08-13  |  648 b   |  15 lines

  1. package netscape.softupdate;
  2.  
  3. public class RegistryException extends Exception {
  4.    public RegistryException(String var1) {
  5.       super(var1);
  6.    }
  7.  
  8.    RegistryException(int var1) {
  9.       super("Error " + Integer.toString(var1));
  10.    }
  11.  
  12.    public RegistryException() {
  13.    }
  14. }
  15.