toggle menu
krossbow
common
switch theme
search in API
krossbow-websocket-core
/
org.hildan.krossbow.websocket
/
WebSocketException
Web
Socket
Exception
open
class
WebSocketException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
(
source
)
An exception thrown when something went wrong at web socket level.
Inheritors
WebSocketConnectionException
Members
Constructors
Web
Socket
Exception
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
?