Remove catching `InterruptedIOException` and throw `IOException` in response to `InterruptedException` instead of throwing `InterruptedIOException`.
------------- Commit messages: - 8370387: Remove handling of InterruptedIOException from java.io classes Changes: https://git.openjdk.org/jdk/pull/27941/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27941&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8370387 Stats: 48 lines in 4 files changed: 4 ins; 36 del; 8 mod Patch: https://git.openjdk.org/jdk/pull/27941.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/27941/head:pull/27941 PR: https://git.openjdk.org/jdk/pull/27941
