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

  1. package java.io;
  2.  
  3. public class InterruptedIOException extends IOException {
  4.    public int bytesTransferred = 0;
  5.  
  6.    public InterruptedIOException() {
  7.    }
  8.  
  9.    public InterruptedIOException(String var1) {
  10.       super(var1);
  11.    }
  12. }
  13.