Added in API level 1

SocketTimeoutException

open class SocketTimeoutException : InterruptedIOException

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

Summary

Public constructors

Construct a new SocketTimeoutException with no detailed message.

Constructs a new SocketTimeoutException with a detail message.

Inherited properties
Int bytesTransferred

Reports how many bytes had been transferred as part of the I/O operation before it was interrupted.

Public constructors

SocketTimeoutException

Added in API level 1
SocketTimeoutException()

Construct a new SocketTimeoutException with no detailed message.

SocketTimeoutException

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

Constructs a new SocketTimeoutException with a detail message.

Parameters
msg String!: the detail message