SocketTimeoutException

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

This exception is thrown in case socket timeout (read or write) exceeded.

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

This exception is thrown in case socket timeout (read or write) exceeded.

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

This exception is thrown in case socket timeout (read or write) exceeded.

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

This exception is thrown in case socket timeout (read or write) 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
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.