home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / VPage / Java.bin / CLASSES.ZIP / java / rmi / ServerRuntimeException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-07-08  |  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.