Web Socket Reconnection Exception
class WebSocketReconnectionException(val url: String, val nAttemptedReconnections: Int, val 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") : WebSocketConnectionException(source)
Constructors
Link copied to clipboard
fun WebSocketReconnectionException(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")