IOException

sealed class IOException : Exception

Types

ConnectionClosed
Link copied to clipboard
common
class ConnectionClosed(cause: Throwable?) : TcpSocket.IOException
ConnectionRefused
Link copied to clipboard
common
class ConnectionRefused(cause: Throwable?) : TcpSocket.IOException
Unknown
Link copied to clipboard
common
class Unknown(message: String?, cause: Throwable?) : TcpSocket.IOException

Properties

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

Inheritors

TcpSocket.IOException
Link copied to clipboard
TcpSocket.IOException
Link copied to clipboard
TcpSocket.IOException
Link copied to clipboard