| 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 |
MongoCursorNotFoundException
Subclass of
MongoException representing a cursor-not-found exception. |
| Modifier and Type | Method and Description |
|---|---|
(package private) static MongoQueryException |
QueryHelper.translateCommandException(MongoCommandException commandException,
ServerCursor cursor) |