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 | Method and Description |
---|---|
(package private) static WriteConcernException |
DBCollection.createWriteConcernException(MongoWriteConcernException e) |
Modifier and Type | Method and Description |
---|---|
(package private) static MongoWriteConcernException |
WriteConcernHelper.createWriteConcernError(BsonDocument result,
ServerAddress serverAddress) |