| Package | Description | 
|---|---|
| com.allanbank.mongodb.error | 
 Exceptions for common MongoDB error conditions. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BatchedWriteException
BatchedWriteException provides a single exception containing the aggregated
 errors across the batched writes. 
 | 
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  | 
DurabilityException
Exception raised when a write encounters a durability violation. 
 | 
class  | 
MaximumTimeLimitExceededException
Exception raised when a request to the server exceeds the maximum allowed
 time. 
 | 
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–2014 Allanbank Consulting, Inc.. All rights reserved.