net.spy.net
Class IOTimeoutException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.net.SocketException
                  extended byjava.net.ConnectException
                      extended bynet.spy.net.IOTimeoutException
All Implemented Interfaces:
Serializable

public class IOTimeoutException
extends ConnectException

Exception thrown when IOs timeout.

See Also:
Serialized Form

Constructor Summary
IOTimeoutException(String message)
          Get an instance of IOTimeoutException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IOTimeoutException

public IOTimeoutException(String message)
Get an instance of IOTimeoutException.