ktor-network-tls
Toggle table of contents
3.3.1
common
Platform filter
common
Switch theme
Search in API
ktor-network-tls
ktor-network-tls
/
io.ktor.network.tls
/
TLSException
TLSException
class
TLSException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
TlsException
(
source
)
Deprecated
Use TlsException instead
Members
Constructors
TLSException
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?