ConnectTimeoutException
expect class ConnectTimeoutException(message: String, cause: Throwable?) : IOException
Content copied to clipboard
This exception is thrown in case connect timeout exceeded.
actual class ConnectTimeoutException(message: String, cause: Throwable?) : ConnectException
Content copied to clipboard
This exception is thrown in case connect timeout exceeded.
actual class ConnectTimeoutException(message: String, cause: Throwable?) : IOException
Content copied to clipboard
This exception is thrown in case connect timeout exceeded.
Constructors
Link copied to clipboard
expect fun ConnectTimeoutException(message: String, cause: Throwable? = null)
Content copied to clipboard
actual fun ConnectTimeoutException(message: String, cause: Throwable? = null)
Content copied to clipboard
actual fun ConnectTimeoutException(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