Class java.io.IOException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.io.IOException

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----java.io.IOException

public class IOException
extends Exception
Signals that an I/O exception of some sort has occurred.

Version:
1.14, 07/01/98
Author:
unascribed
Since:
JDK1.0
See Also:
InputStream, OutputStream

Constructor Index

 o java.io.IOException()
Constructs an IOException with no detail message.
 o java.io.IOException(String)
Constructs an IOException with the specified detail message.

Constructors

 o IOException
public IOException()
Constructs an IOException with no detail message.

Since:
JDK1.0
 o IOException
public IOException(String s)
Constructs an IOException with the specified detail message.

Parameters:
s - the detail message.
Since:
JDK1.0

All Packages  Class Hierarchy  This Package  Previous  Next  Index