public class ConnectionPoolTooBusyException extends VertxException
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.
Constructor and Description |
---|
ConnectionPoolTooBusyException(String message)
Create a ConnectionPoolTooBusyException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConnectionPoolTooBusyException(String message)
message
- the failure messageCopyright © 2023 Eclipse. All rights reserved.