Package | Description |
---|---|
com.mongodb |
The core mongodb package
|
com.mongodb.operation |
The core of the MongoDB driver works via operations, using the command pattern.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoConfigurationException
An exception indicating a configuration error in the client.
|
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.
|
Modifier and Type | Method and Description |
---|---|
private MongoClientException |
CreateViewOperation.createExceptionForIncompatibleServerVersion() |