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 / AlreadyBoundException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1979-12-31  |  278 b   |  13 lines

  1. package java.rmi;
  2.  
  3. public class AlreadyBoundException extends Exception {
  4.    private static final long serialVersionUID = 9218657361741657110L;
  5.  
  6.    public AlreadyBoundException() {
  7.    }
  8.  
  9.    public AlreadyBoundException(String var1) {
  10.       super(var1);
  11.    }
  12. }
  13.