Package | Description |
---|---|
com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoSecurityException
This exception is thrown when there is an error reported by the underlying client authentication mechanism.
|
class |
MongoTimeoutException
An exception indicating that the driver has timed out waiting for either a server or a connection to become available.
|
class |
MongoWaitQueueFullException
An exception indicating that the queue for waiting for a pooled connection is full.
|
Copyright © 2016. All Rights Reserved.