ConnectionClosedException

class ConnectionClosedException(message: String = "Connection was closed") : IOException(source)

Exception thrown when a network connection is closed or reset by peer. This exception is used to signal that the underlying connection was terminated.

Report a problem

Constructors

Link copied to clipboard
constructor(message: String = "Connection was closed")

Properties

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