Class DelayRecoveryException

org.elasticsearch.ElasticsearchException
org.elasticsearch.indices.recovery.DelayRecoveryException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

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

    • DelayRecoveryException

      public DelayRecoveryException( msg)
    • DelayRecoveryException

      public DelayRecoveryException(StreamInput in) throws
      Throws: