ProtocolException

expect class ProtocolException(host: String) : IOException
actual class ProtocolException(host: String) : IOException
actual class ProtocolException(host: String) : IOException

Constructors

Link copied to clipboard
expect constructor(host: String)
actual constructor(host: String)
actual constructor(host: String)

Properties

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