Exception: java.io.IOException
- public exception IOException
- extends Exception
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.
Inheritance
Superclass tree:- java.lang.Object
- java.lang.Throwable
- java.lang.Exception
- java.io.IOException
Methods
-
IOExceptiontop
public IOException()Constructs anIOExceptionwithnullas its error detail message. -
IOExceptiontop
public IOException(String s)Constructs anIOExceptionwith the specified detail message. The error message stringscan later be retrieved by theThrowable.getMessage()method of classjava.lang.Throwable.
