java.io
Class InterruptedIOException

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

public class InterruptedIOException
extends IOException

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
InterruptedIOException()
           
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode
 

Constructor Detail

InterruptedIOException

public InterruptedIOException()