ConnectTimeoutException

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

This exception is thrown in case connect timeout exceeded.

Report a problem

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

This exception is thrown in case of connect timeout exceeded.

Report a problem

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

This exception is thrown in case connect timeout exceeded.

Report a problem

Constructors

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

Properties

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

Functions

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.