ktor
2.3.3
2.3.3
2.3.2
2.3.1
2.3.0
2.2.4
2.0.3
1.6.8
common
ktor-client-core
/
io.ktor.client.plugins.websocket
/
WebSocketException
Web
Socket
Exception
class
WebSocketException
(
message
:
String
,
cause
:
Throwable
?
)
:
IllegalStateException
Constructors
Properties
Constructors
Web
Socket
Exception
Link copied to clipboard
fun
WebSocketException
(
message
:
String
)
Web
Socket
Exception
Link copied to clipboard
fun
WebSocketException
(
message
:
String
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?