| 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.client |
Provides implementations of the main client interfaces and classes to translate the
Reply(s) from the server. |
| com.allanbank.mongodb.client.connection.auth |
Wraps a connection and ensures that all requests are properly authenticated.
|
| com.allanbank.mongodb.client.connection.socket |
Low level socket connection to a single MongoDB server.
|
| com.allanbank.mongodb.client.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.
|
| ServerVersionException
ServerVersionException is thrown to report that an attempt was made to send a
request to a server that required a more recent version of the server.
|
| 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–2014 Allanbank Consulting, Inc.. All rights reserved.