public
classInterruptedIOException
extends IOException
Overview
Inheritance
Members
Usage
Source
Books
SinceNot specified.
VersionNot specified.
Author(s)Not specified.
This IO exception is thrown when a program reading or writing to a stream is
interrupted. This is also thrown when a socket timeout occurs before the
request has completed.