SocketTimeoutException
expect class SocketTimeoutException(message: String, cause: Throwable?) : IOException
Content copied to clipboard
This exception is thrown in case socket timeout (read or write) exceeded.
actual class SocketTimeoutException(message: String, cause: Throwable?) : SocketTimeoutException
Content copied to clipboard
This exception is thrown in case socket timeout (read or write) exceeded.
actual class SocketTimeoutException(message: String, cause: Throwable?) : IOException
Content copied to clipboard
This exception is thrown in case socket timeout (read or write) exceeded.
Constructors
Link copied to clipboard
expect fun SocketTimeoutException(message: String, cause: Throwable? = null)
Content copied to clipboard
actual fun SocketTimeoutException(message: String, cause: Throwable? = null)
Content copied to clipboard
actual fun SocketTimeoutException(message: String, cause: Throwable? = null)
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard