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

  1. package java.rmi;
  2.  
  3. public class NoSuchObjectException extends RemoteException {
  4.    public NoSuchObjectException(String var1) {
  5.       super(var1);
  6.    }
  7. }
  8.