java.io
public class: InterruptedIOException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.io.InterruptedIOException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SocketTimeoutException
Signals that an I/O operation has been interrupted. An
InterruptedIOException is thrown to indicate that an
input or output transfer has been terminated because the thread
performing it was interrupted. The field
#bytesTransferred
indicates how many bytes were successfully transferred before
the interruption occurred.
| Field Summary |
|---|
| public int | bytesTransferred | Reports how many bytes had been transferred as part of the I/O
operation before it was interrupted. |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |