In particular, the thread that catches the
InterruptedIOException
does not know, and cannot determine the
state of the I-O operation that threw the interrupt.
Also, Java leaves unspecified which I-O operations may throw exceptions, and under which conditions the exceptions should be thown.
This page last modified on 3 July 2003.