Package | Description |
---|---|
com.mongodb |
This package is the main entry point to the MongoDB Java Driver, and it contains the classes for the existing API from 2.x versions.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoSocketClosedException
This exception is thrown when trying to read or write from a closed socket.
|
class |
MongoSocketOpenException
This exception is thrown when there is an exception opening a Socket.
|
class |
MongoSocketReadException
This exception is thrown when there is an exception reading a response from a Socket.
|
class |
MongoSocketReadTimeoutException
This exception is thrown when there is a timeout reading a response from the socket.
|
class |
MongoSocketWriteException
This exception is thrown when there is an exception writing a response to a Socket.
|
Copyright © 2016. All Rights Reserved.