See: Description
Exception | Description |
---|---|
CannotConnectException |
CannotConnectException is thrown to report a failure when attempting to
connect to MongoDB.
|
ConnectionLostException |
ConnectionLostException provides a exception thrown when the connection to
the MongoDB server is lost.
|
CursorNotFoundException |
Exception raised when a get_more request is issued for an unknown cursor.
|
DocumentToLargeException |
DocumentToLargeException is thrown to report that an attempt was made to
serialize a Document that is over the maximum size limit.
|
DuplicateKeyException |
Exception raised when an insert encounters a duplicate key error.
|
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.
|
MongoClientClosedException |
MongoClientClosedException is thrown when there is an attempt to send a
message on a closed
MongoClient . |
MongoDbAuthenticationException |
MongoDbAuthenticationException is thrown to report a failure to authenticate
with a MongoDB database.
|
QueryFailedException |
Exception raised when a query fails.
|
ReplyException |
Base class exception for all reply errors.
|
ShardConfigStaleException |
Exception raised when a a request to a shard server is based on an invalid or
stale configuration.
|
MongoDbException
.Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.