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