home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / NETSCAP4.06 / CP32E406.EXE / nav40.z / jae40.jar / java / rmi / NotBoundException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-08-13  |  352 b   |  11 lines

  1. package java.rmi;
  2.  
  3. public class NotBoundException extends Exception {
  4.    public NotBoundException() {
  5.    }
  6.  
  7.    public NotBoundException(String var1) {
  8.       super(var1);
  9.    }
  10. }
  11.