Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.net
Class SocketTimeoutException  view SocketTimeoutException download SocketTimeoutException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.io.InterruptedIOException
                  extended byjava.net.SocketTimeoutException
All Implemented Interfaces:
java.io.Serializable

public class SocketTimeoutException
extends java.io.InterruptedIOException

This exception signals that a socket read or accept timed out.

Since:
1.4

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
private static long serialVersionUID
          Compatible with JDK 1.4+.
 
Fields inherited from class java.io.InterruptedIOException
bytesTransferred
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
SocketTimeoutException()
          Create a new instance without a descriptive error message.
SocketTimeoutException(java.lang.String message)
          Create a new instance with a descriptive error message.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Compatible with JDK 1.4+.

See Also:
Constant Field Values
Constructor Detail

SocketTimeoutException

public SocketTimeoutException()
Create a new instance without a descriptive error message.


SocketTimeoutException

public SocketTimeoutException(java.lang.String message)
Create a new instance with a descriptive error message.