ConnectTimeoutException

expect class ConnectTimeoutException(message: String, cause: Throwable? = null) : IOException

This exception is thrown in case connect timeout exceeded.

actual class ConnectTimeoutException(message: String, cause: Throwable?) : IOException

This exception is thrown in case connect timeout exceeded.

actual class ConnectTimeoutException(message: String, val cause: Throwable?) : ConnectException

This exception is thrown in case connect timeout exceeded.

actual class ConnectTimeoutException(message: String, cause: Throwable?) : IOException

This exception is thrown in case connect timeout exceeded.

Constructors

Link copied to clipboard
expect constructor(message: String, cause: Throwable? = null)
actual constructor(message: String, cause: Throwable?)
actual constructor(message: String, cause: Throwable?)
actual constructor(message: String, cause: Throwable?)

Properties

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

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
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard

If the exception contains cause that differs from CancellationException returns it otherwise returns itself.

If the exception contains cause that differs from CancellationException returns it otherwise returns itself.

If the exception contains cause that differs from CancellationException returns it otherwise returns itself.

If the exception contains cause that differs from CancellationException returns it otherwise returns itself.