vertx / io.vertx.core.http / ConnectionPoolTooBusyException

ConnectionPoolTooBusyException

open class ConnectionPoolTooBusyException : VertxException

Represents a failure to add a HttpClientRequest to the wait queue on an ConnectionManager.

If an HttpClient receives a request but is already handling maxPoolSize requests it will attempt to put the new request on it's wait queue. If the maxWaitQueueSize is set and the new request would cause the wait queue to exceed that size then the request will receive this exception.

Author
Gil Markham

Author
Junbo Wang

Constructors

<init>

ConnectionPoolTooBusyException(message: String)

Create a ConnectionPoolTooBusyException