home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD 31 / SUPERCDa.iso / Inet / HotJava / hjava.exe / Windows / resource / jre / lib / rt.jar / java / rmi / NoSuchObjectException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-11-11  |  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.