Package | Description |
---|---|
com.allanbank.mongodb.error |
Exceptions for common MongoDB error conditions.
|
Modifier and Type | Class and Description |
---|---|
class |
CursorNotFoundException
Exception raised when a get_more request is issued for an unknown cursor.
|
class |
DuplicateKeyException
Exception raised when an insert encounters a duplicate key error.
|
class |
QueryFailedException
Exception raised when a query fails.
|
class |
ShardConfigStaleException
Exception raised when a a request to a shard server is based on an invalid or
stale configuration.
|
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.