Thrown when issue occurs while trying to read or write data to an external location, like a file or network socket.
In the JVM, this is an alias for java.io.IOException. On other platforms, a placeholder class exists.
java.io.IOException