ConnectionLimitExceededException

class ConnectionLimitExceededException @JvmOverloads constructor(message: String? = null, throwable: Throwable? = null) : RuntimeException

Exception to be thrown by a Connectable that doesn't support multiple simultaneous connections.

Constructors

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

Properties

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