java.io
Class InterruptedIOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.io.InterruptedIOException
Direct Known Subclasses:
SocketTimeoutException

public synchronized class InterruptedIOException
extends IOException


Field Summary
 int bytesTransferred
           
 
Constructor Summary
InterruptedIOException()
           
InterruptedIOException(String)
           
 
Methods inherited from class java.lang.Throwable
getMessage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Field Detail

bytesTransferred

public int bytesTransferred
Constructor Detail

InterruptedIOException

public InterruptedIOException()

InterruptedIOException

public InterruptedIOException(String)