java.net
Class SocketTimeoutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.io.InterruptedIOException
                  extended by java.net.SocketTimeoutException
All Implemented Interfaces:
Serializable
Honorary Interfaces:
org.joe_e.Powerless

public class SocketTimeoutException
extends InterruptedIOException

Signals that a timeout has occurred on a socket read or accept.

Since:
1.4
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.io.InterruptedIOException
bytesTransferred
 
Constructor Summary
SocketTimeoutException()
          Suppressed.
          Construct a new SocketTimeoutException with no detailed message.
SocketTimeoutException(String msg)
          Suppressed.
          Constructs a new SocketTimeoutException with a detail message.
 
Method Summary
 
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

SocketTimeoutException

public SocketTimeoutException(String msg)
Suppressed. default deny

Constructs a new SocketTimeoutException with a detail message.

Parameters:
msg - the detail message

SocketTimeoutException

public SocketTimeoutException()
Suppressed. default deny

Construct a new SocketTimeoutException with no detailed message.