java.io.InterruptedIOException (JDK 1.0)
An IOException that signals that an input or output operation was interrupted. The bytesTransferred variable contains the number of bytes read or written before the operation was interrupted.
public classInterruptedIOExceptionextends IOException { //Public ConstructorspublicInterruptedIOException(); publicInterruptedIOException(Strings); //Public Instance Variablespublic intbytesTransferred; }
Hierarchy:
Object->Throwable(Serializable)->Exception->IOException->InterruptedIOException