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 / javax / naming / TimeLimitExceededException.class (.txt) < prev   
Encoding:
Java Class File  |  1979-12-31  |  303 b   |  13 lines

  1. package javax.naming;
  2.  
  3. public class TimeLimitExceededException extends LimitExceededException {
  4.    private static final long serialVersionUID = -3597009011385034696L;
  5.  
  6.    public TimeLimitExceededException() {
  7.    }
  8.  
  9.    public TimeLimitExceededException(String var1) {
  10.       super(var1);
  11.    }
  12. }
  13.