Package com.mongodb

Class MongoWaitQueueFullException

  • All Implemented Interfaces:
    java.io.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:
    ConnectionPoolSettings.getMaxWaitQueueSize(), Serialized Form
    • Constructor Detail

      • MongoWaitQueueFullException

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