home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIPHEFT062001.ISO / browser / nc32lyc / comm.z / jae40.jar / java / rmi / ServerRuntimeException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-08-15  |  371 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.