Package | Description |
---|---|
com.mongodb |
Main package with core files.
|
Modifier and Type | Class and Description |
---|---|
static class |
DBPortPool.ConnectionWaitTimeOut
Deprecated.
This class will be dropped in 3.x versions.
Please catch
MongoTimeoutException instead. |
static class |
DBPortPool.NoMoreConnection
Deprecated.
This class will be dropped in 3.x versions.
Please catch
MongoClientException instead. |
static class |
DBPortPool.SemaphoresOut
Deprecated.
This class will be dropped in 3.x versions.
Please catch
MongoWaitQueueFullException instead. |
class |
MongoServerSelectionException
Deprecated.
No longer thrown. Catch MongoTimeoutException instead
|
class |
MongoTimeoutException
An exception indicating that the driver has timed out waiting for either a server or a connection to become available.
|
class |
MongoWaitQueueFullException
An exception indicating that the queue for waiting for a pooled connection is full.
|