Package com.mongodb

Class MongoNodeIsRecoveringException

All Implemented Interfaces:
Serializable

@Deprecated(since="2021-05-27") public class MongoNodeIsRecoveringException extends MongoCommandException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
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:
  • Constructor Details