java.net
Class SocketTimeoutException

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

public synchronized class SocketTimeoutException
extends InterruptedIOException


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

Constructor Detail

SocketTimeoutException

public SocketTimeoutException(String)

SocketTimeoutException

public SocketTimeoutException()