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 2ee8c20 commit cda348fCopy full SHA for cda348f
src/main/com/mongodb/MongoInterruptedException.java
@@ -24,6 +24,8 @@
24
* @see InterruptedException
25
*/
26
public class MongoInterruptedException extends MongoException {
27
+ private static final long serialVersionUID = -4110417867718417860L;
28
+
29
public MongoInterruptedException(final InterruptedException e) {
30
super("A driver operation has been interrupted", e);
31
}
0 commit comments