michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
249 stars 203 forks source link

Wrap MongoException into a SchedulerConfigException #36

Closed illyr closed 11 years ago

illyr commented 11 years ago

Just a little change -> MongoDBJobStore.ensureIndexes() throws a MongoException when the MongoDB server is not available (it should throw a SchedulerConfigException).