Uses of Class
org.apache.camel.component.mongodb.CamelMongoDbException

Packages that use CamelMongoDbException
org.apache.camel.component.mongodb   
 

Uses of CamelMongoDbException in org.apache.camel.component.mongodb
 

Methods in org.apache.camel.component.mongodb that return CamelMongoDbException
static CamelMongoDbException MongoDbComponent.wrapInCamelMongoDbException(Throwable t)
           
 

Methods in org.apache.camel.component.mongodb that throw CamelMongoDbException
 void MongoDbEndpoint.initializeConnection()
          Initialises the MongoDB connection using the Mongo object provided to the endpoint
 void MongoDbEndpoint.setConsumerType(String consumerType)
          Reserved for future use, when more consumer types are supported.
 void MongoDbEndpoint.setOperation(String operation)
          Sets the operation this endpoint will execute against MongoDB.
 



Apache Camel