ServerBindingException

class ServerBindingException(message: String, cause: Throwable? = null) : ServerException

The server sent an invalid message or behaved in any other way that violates the binding.

Retrying later is unlikely to make a difference in the short term.

Constructors

Link copied to clipboard
constructor(message: String, cause: Throwable? = null)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?