home *** CD-ROM | disk | FTP | other *** search
/ Netscape 4 Visual Guide / NETSCAPE4VG.iso / netscape / n32e403.exe / nav40l.z / jae40.jar / java / rmi / ServerRuntimeException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-09-04  |  337 b   |  8 lines

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