home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &n…he Search for Life DVD 2 / DVD-ROM.iso / install / jre1_3 / lib / rt.jar / java / rmi / server / SkeletonMismatchException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  247 b   |  12 lines

  1. package java.rmi.server;
  2.  
  3. import java.rmi.RemoteException;
  4.  
  5. public class SkeletonMismatchException extends RemoteException {
  6.    private static final long serialVersionUID = -7780460454818859281L;
  7.  
  8.    public SkeletonMismatchException(String var1) {
  9.       super(var1);
  10.    }
  11. }
  12.