The simples solution would be to catch the MongoConnectionException. The
protocol defines that there have to be a response, so when the server
close the connection before sending the response, we can not do much.
And since this is no case that happens 1000times a second, its ok to
simply catch the exception.
-Steve