java.io
Class IOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException

public class 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.

Since:
JDK1.0
Version:
1.19, 02/02/00
Author:
unascribed
Available on JControl Devices:
all

Constructor Summary
IOException()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, notifyAll, wait
 

Constructor Detail

IOException

public IOException()