Class DelayRecoveryException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.indices.recovery.DelayRecoveryException
All Implemented Interfaces:
java.io.Serializable, 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​(java.lang.String msg)
    • DelayRecoveryException

      public DelayRecoveryException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException