home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 January / PCO0198.ISO / browser / net_linx / java40.jar / netscape / softupdate / RegistryException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-03  |  582 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.