Package com.mongodb

Class MongoWaitQueueFullException

All Implemented Interfaces:
Serializable

@Deprecated public class MongoWaitQueueFullException extends MongoClientException
Deprecated.
In the next major release the limit on wait queue size will be removed, so this exception will no longer be thrown
An exception indicating that the queue for waiting for a pooled connection is full.
Since:
3.0
See Also:
  • Constructor Details

    • MongoWaitQueueFullException

      public MongoWaitQueueFullException(String message)
      Deprecated.
      Constructs a new instance with the given message.
      Parameters:
      message - the message