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.reconnection
/
WebSocketReconnectionException
/
WebSocketReconnectionException
Web
Socket
Reconnection
Exception
constructor
(
url
:
String
,
nAttemptedReconnections
:
Int
,
cause
:
Throwable
,
message
:
String
=
"Could not reconnect to web socket at $url after $nAttemptedReconnections attempts. Giving up. " + "The exception during the last attempt was $cause"
)