Added in API level 1

SocketTimeoutException

open class SocketTimeoutException : InterruptedIOException
kotlin.Any
   ↳ kotlin.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

Public constructors

Constructs a new SocketTimeoutException with a detail message.

Construct a new SocketTimeoutException with no detailed message.

Inherited properties

Public constructors

SocketTimeoutException

Added in API level 1
SocketTimeoutException(msg: String!)

Constructs a new SocketTimeoutException with a detail message.

Parameters
msg String!: the detail message

SocketTimeoutException

Added in API level 1
SocketTimeoutException()

Construct a new SocketTimeoutException with no detailed message.