Signals that an I/O exception of some sort has occurred. This class is the general class of exceptions produced by failed or interrupted I/O operations.
@author unascribed
@see java.io.InputStream
@see java.io.OutputStream
@since JDK1.0
Signals that an I/O exception of some sort has occurred. This class is the general class of exceptions produced by failed or interrupted I/O operations.
@author unascribed
@see java.io.InputStream
@see java.io.OutputStream
@since JDK1.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.