-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.1.2
-
Component/s: None
-
None
Currently, Manager::selectServer() elects to always throw a RuntimeException. This is inconsistent with the other three execute methods choosing an exception class based on the bson_error_t domain/code. Combined, these are the four methods that could result in connection initialization, so they should handle exceptions in a like manner.