TlsException

expect open class TlsException : IOException

Represents an exception specific to TLS (Transport Layer Security) operations.

Report a problem

Inheritors

actual typealias TlsException = SSLException
actual open class TlsException : IOException

Inheritors

Constructors

Link copied to clipboard
expect constructor(message: String)
expect constructor(message: String, cause: Throwable?)
actual constructor(message: String)
actual constructor(message: String, cause: Throwable?)

Properties

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