We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d13cf6 commit 206cc90Copy full SHA for 206cc90
src/main/com/mongodb/MongoCursorNotFoundException.java
@@ -18,6 +18,8 @@
18
19
/**
20
* Subclass of {@link MongoException} representing a cursor-not-found exception.
21
+ *
22
+ * @since 2.12
23
*/
24
public class MongoCursorNotFoundException extends MongoException {
25
src/main/com/mongodb/MongoSocketException.java
@@ -19,7 +19,9 @@
import java.io.IOException;
- * Subclass of {@link MongoException} representing a network-related exception
+ * Subclass of {@link MongoException} representing a network-related exception.
26
public class MongoSocketException extends MongoException {
27
0 commit comments