Class IndexShardNotStartedException

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

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

    • IndexShardNotStartedException

      public IndexShardNotStartedException(ShardId shardId, IndexShardState currentState)
    • IndexShardNotStartedException

      public IndexShardNotStartedException(StreamInput in) throws
      Throws: