home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / ie4 / IE4 / JAVI386.CAB / classr.exe / java / io / IOException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-01-31  |  339 b   |  11 lines

  1. package java.io;
  2.  
  3. public class IOException extends Exception {
  4.    public IOException() {
  5.    }
  6.  
  7.    public IOException(String var1) {
  8.       super(var1);
  9.    }
  10. }
  11.