Packages This Package Prev Next Index
public class java.io.IOException extends java.lang.Exception (I-§1.30) { // Constructors public IOException(); §2.29.1 public IOException(String s); §2.29.2 }Signals that an I/O exception of some sort has occurred.
public IOException()
public IOException(String s)
s
-
the detail message
Packages This Package Prev Next IndexJava API Document (HTML generated by dkramer on April 22, 1996)