Uses of Class
com.mongodb.MongoException

Packages that use MongoException
com.mongodb Main package with core files. 
 

Uses of MongoException in com.mongodb
 

Subclasses of MongoException in com.mongodb
static class DBPortPool.ConnectionWaitTimeOut
           
static class DBPortPool.NoMoreConnection
           
static class DBPortPool.SemaphoresOut
           
static class MongoException.CursorNotFound
          Subclass of MongoException representing a cursor-not-found exception
static class MongoException.DuplicateKey
          Subclass of MongoException representing a duplicate key exception
static class MongoException.Network
          Subclass of MongoException representing a network-related exception
 class MongoInternalException
          An Mongo exception internal to the driver, not carrying any error code
 class MongoInterruptedException
          A non-checked exception indicating that the driver has been interrupted by a call to Thread.interrupt.
 

Methods in com.mongodb that return MongoException
 MongoException CommandResult.getException()
          utility method to create an exception with the command name
 

Methods in com.mongodb that throw MongoException
 DBObject DBRefBase.fetch()
          fetches the object referenced from the database