Ktor
Toggle table of contents
3.1.3
Select version
3.1.3
3.0.3
2.3.12
2.2.4
2.0.3
1.6.8
common
jvm
nonJvm
Platform filter
common
jvm
nonJvm
Switch theme
Search in API
Ktor
ktor-network-tls
/
io.ktor.network.tls
/
TlsException
Tls
Exception
common
jvm
nonJvm
expect
open
class
TlsException
:
IOException
(
source
)
Represents an exception specific to TLS (Transport Layer Security) operations.
Report a problem
Inheritors
TLSException
TlsPeerUnverifiedException
actual
typealias
TlsException
=
SSLException
(
source
)
actual
open
class
TlsException
:
IOException
(
source
)
Inheritors
TlsPeerUnverifiedException
Members
Constructors
Tls
Exception
Link copied to clipboard
common
nonJvm
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
common
nonJvm
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
nonJvm
open
val
message
:
String
?
open
val
message
:
String
?