Class IndexShardNotRecoveringException

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

public class IndexShardNotRecoveringException extends IllegalIndexShardStateException
See Also:
Serialized Form
  • Constructor Details

    • IndexShardNotRecoveringException

      public IndexShardNotRecoveringException(ShardId shardId, IndexShardState currentState)
    • IndexShardNotRecoveringException

      public IndexShardNotRecoveringException(StreamInput in) throws
      Throws: