Package com.mongodb

Class MongoNodeIsRecoveringException

  • All Implemented Interfaces:
    Serializable

    public class MongoNodeIsRecoveringException
    extends MongoCommandException
    An exception indicating that the server is a member of a replica set but is in recovery mode, and therefore refused to execute the operation. This can happen when a server is starting up and trying to join the replica set.
    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Detail

      • MongoNodeIsRecoveringException

        public MongoNodeIsRecoveringException​(BsonDocument response,
                                              ServerAddress serverAddress)
        Construct an instance.
        Parameters:
        response - the full response from the server
        serverAddress - the address of the server
        Since:
        3.8