| Package | Description | 
|---|---|
| com.allanbank.mongodb | 
 Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests. 
 | 
| com.allanbank.mongodb.bson.json | 
 Contains a parser of JSON documents based on a JavaCC grammer. 
 | 
| com.allanbank.mongodb.connection | 
 Provides interfaces for managing connections to different MongoDB server configurations. 
 | 
| com.allanbank.mongodb.connection.auth | 
 Wraps a connection and ensures that all requests are properly authenticated. 
 | 
| com.allanbank.mongodb.connection.message | 
 Low level messages to be sent to the MongoDB server. 
 | 
| com.allanbank.mongodb.error | 
 Exceptions for common MongoDB error conditions. 
 | 
| Class and Description | 
|---|
| MongoDbAuthenticationException
 MongoDbAuthenticationException is thrown to report a failure to authenticate
 with a MongoDB database. 
 | 
| Class and Description | 
|---|
| JsonException
 JsonException provides an exception to throw when processing JSON documents
 fail. 
 | 
| JsonParseException
 JsonParseException provides an exception to throw when parsing a JSON
 document fails. 
 | 
| Class and Description | 
|---|
| DocumentToLargeException
 DocumentToLargeException is thrown to report that an attempt was made to
 serialize a Document that is over the maximum size limit. 
 | 
| Class and Description | 
|---|
| MongoDbAuthenticationException
 MongoDbAuthenticationException is thrown to report a failure to authenticate
 with a MongoDB database. 
 | 
| Class and Description | 
|---|
| DocumentToLargeException
 DocumentToLargeException is thrown to report that an attempt was made to
 serialize a Document that is over the maximum size limit. 
 | 
| Class and Description | 
|---|
| JsonException
 JsonException provides an exception to throw when processing JSON documents
 fail. 
 | 
| ReplyException
 Base class exception for all reply errors. 
 | 
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.