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 |
MongoClientException
A base class for exceptions indicating a failure condition within the driver.
|
class |
MongoServerSelectionException |
class |
MongoTimeoutException |
class |
MongoWaitQueueFullException |
class |
UnacknowledgedWriteException
This exception is thrown if the application attempts to get information about the result of an unacknowledged write.
|