pymongo::errors::AutoReconnect Class Reference

Inheritance diagram for pymongo::errors::AutoReconnect:
Inheritance graph
[legend]

Detailed Description

Raised when a connection to the database is lost and an attempt to
auto-reconnect will be made.

In order to auto-reconnect you must handle this exception, recognizing that
the operation which caused it has not necessarily succeeded. Future
operations will attempt to open a new connection to the database (and
will continue to raise this exception until the first successful
connection is made).

Definition at line 32 of file pymongo/errors.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


pymongo
Author(s): Bhaskara Marthi
autogenerated on Fri Jan 11 10:09:06 2013