home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Java / JDesignerPro / Jdp3_0.exe / data1.cab / Program_Files / javax / naming / TimeLimitExceededException.class (.txt) < prev   
Encoding:
Java Class File  |  1999-04-09  |  390 b   |  11 lines

  1. package javax.naming;
  2.  
  3. public class TimeLimitExceededException extends LimitExceededException {
  4.    public TimeLimitExceededException() {
  5.    }
  6.  
  7.    public TimeLimitExceededException(String var1) {
  8.       super(var1);
  9.    }
  10. }
  11.