# Print output for @column tags ?> SocketTimeoutException - Android SDK | Android Developers

Most visited


Recently visited


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(String msg)

Constructs a new SocketTimeoutException with a detail message.

SocketTimeoutException()

Construct a new SocketTimeoutException with no detailed message.

Inherited methods

Public constructors


SocketTimeoutException

public SocketTimeoutException (String msg)

Constructs a new SocketTimeoutException with a detail message.

Parameters
msg String: the detail message

SocketTimeoutException

public SocketTimeoutException ()

Construct a new SocketTimeoutException with no detailed message.

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.