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

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