Class DelayRecoveryException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment

public class DelayRecoveryException extends ElasticsearchException
An exception marking that this recovery attempt should be ignored (since probably, we already recovered).
See Also:
  • Constructor Details