java.io
Class IOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
Direct Known Subclasses:
EOFException, InterruptedIOException, SocketException, UnknownHostException, UnsupportedEncodingException

public class IOException
extends Exception

Signals that an I/O exception has occurred. This class is the general class of exceptions used to report failed or interrupted I/O operations.


Constructor Summary
IOException()
           
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode
 

Constructor Detail

IOException

public IOException()