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.