Name: rlT66838 Date: 08/04/99
The doc for java.io.InterruptedIOException says
An
* <code>InterruptedIOException</code> is thrown to indicate that an
* input or output transfer has been terminated because the thread
* performing it was terminated.
It should say "the thread performing it was interrupted", to match
the JLS. If the thread was terminated, it wouldn't be around to
catch the InterruptedIOException :-)
(Review ID: 93479)
======================================================================