krossbow
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
krossbow
krossbow-websocket-core
/
org.hildan.krossbow.websocket
/
WebSocketException
Web
Socket
Exception
open
class
WebSocketException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
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
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?