mongo-java-driver
mongo-java-driver copied to clipboard
Make MongoWriteException Serializable
JAVA-5305
Implement Serializable for WriteError. This is the only non-serializable field in MongoWriteException. Exceptions are supposed to be serializable.