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 / server / SkeletonMismatchException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-07-08  |  317 b   |  10 lines

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