Packages This Package Prev Next Index
public class java.io.InterruptedIOException extends java.io.IOException (I-§2.29) { // Fields public int bytesTransferred; §2.30.1 // Constructors public InterruptedIOException(); §2.30.2 public InterruptedIOException(String s); §2.30.3 }Signals that an I/O operation has been interrupted.
public int bytesTransferred
public InterruptedIOException()
public InterruptedIOException(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)