SocketTimeoutException

Constructors

Link copied to clipboard
fun SocketTimeoutException(message: String, cause: Throwable?)
Link copied to clipboard
expect fun SocketTimeoutException(message: String)
actual fun SocketTimeoutException(message: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?