SocketTimeoutException

public class SocketTimeoutException
extends InterruptedIOException

java.lang.Object
   โ†ณ java.lang.Throwable
     โ†ณ java.lang.Exception
       โ†ณ java.io.IOException
         โ†ณ java.io.InterruptedIOException
           โ†ณ java.net.SocketTimeoutException


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

Summary

Inherited fields

Public constructors

SocketTimeoutException()

Construct a new SocketTimeoutException with no detailed message.

SocketTimeoutException(String msg)

Constructs a new SocketTimeoutException with a detail message.

Inherited methods

Public constructors

SocketTimeoutException

Added in API level 1
public SocketTimeoutException ()

Construct a new SocketTimeoutException with no detailed message.

SocketTimeoutException

Added in API level 1
public SocketTimeoutException (String msg)

Constructs a new SocketTimeoutException with a detail message.

Parameters
msg String: the detail message