-
Type:
Task
-
Resolution:
Done
-
Priority:
Major - P3
-
-
Affects Version/s:
None
-
-
Plan
com.mongodb.DBPortPool.NoMoreConnection
- create com.mongodb.MongoClientException extends MongoInternalException and make it a superclass of NoMoreConnection.
- deprecate NoMoreConnection.
com.mongodb.DBPortPool.ConnectionWaitTimeOut
- create com.mongodb.MongoTimeoutException extends DBPortPool.NoMoreConnection and make it a superclass of ConnectionWaitTimeOut.
- deprecate ConnectionWaitTimeOut.
com.mongodb.DBPortPool.SemaphoresOut
- create com.mongodb.MongoWaitQueueFullException extends DBPortPool.NoMoreConnection and make it a superclass of SemaphoresOut.
- deprecate SemaphoresOut.
com.mongodb.MongoException.Network
- create com.mongodb.MongoSocketException extends MongoException and make it a superclass of Network.
- deprecate Network.
com.mongodb.DBPortPool.DuplicateKey
- create com.mongodb.MongoDuplicateKeyException extends WriteConcernException and make it a superclass of DuplicateKey.
- deprecate DuplicateKey.
com.mongodb.DBPortPool.CursorNotFound
- create com.mongodb.MongoCursorNotFoundException extends MongoException and make it a superclass of CursorNotFound.
- deprecate CursorNotFound.
