|
@@ -56,7 +56,7 @@ public class BioSocketChannel implements SocketChannel {
|
|
}
|
|
}
|
|
} catch (SocketTimeoutException te) {
|
|
} catch (SocketTimeoutException te) {
|
|
if (Thread.interrupted()) {
|
|
if (Thread.interrupted()) {
|
|
- throw new ClosedByInterruptException("Interrupted while reading.");
|
|
|
|
|
|
+ throw new ClosedByInterruptException();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|