ktor
Toggle table of contents
3.1.0
Select version
3.1.0
3.0.3
3.0.2
3.0.0
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
Represents an exception specific to TLS (Transport Layer Security) operations.
Report a problem
Inheritors
TLSException
TlsPeerUnverifiedException
actual
typealias
TlsException
=
SSLException
actual
open
class
TlsException
:
IOException
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
?