Packages  This Package  Prev  Next  Index  
	§2.29 Class IOException
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.
IOException
public IOException()
- Constructs an IOException with no detail message.
 
IOException
public IOException(String  s)
- Constructs an IOException with the specified detail message. 
- Parameters:
 s
- the detail message
 
Packages  This Package  Prev  Next  Index
Java API Document (HTML generated by dkramer on April 22, 1996)
Copyright © 1996 Sun Microsystems, Inc.
All rights reserved
Please send any comments or corrections to doug.kramer@sun.com