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 fun ConnectTimeoutException(message: String, cause: Throwable? = null)
actual fun ConnectTimeoutException(message: String, cause: Throwable?)
actual fun ConnectTimeoutException(message: String, cause: Throwable?)
actual fun ConnectTimeoutException(message: String, cause: Throwable?)

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

Properties

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

Extensions

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.