Skip to content

Commit cda348f

Browse files
committed
Added serialVersionUID to MongoInterruptedException
1 parent 2ee8c20 commit cda348f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/com/mongodb/MongoInterruptedException.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
* @see InterruptedException
2525
*/
2626
public class MongoInterruptedException extends MongoException {
27+
private static final long serialVersionUID = -4110417867718417860L;
28+
2729
public MongoInterruptedException(final InterruptedException e) {
2830
super("A driver operation has been interrupted", e);
2931
}

0 commit comments

Comments
 (0)