Class IndexShardNotStartedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
All Implemented Interfaces:
java.io.Serializable, 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 java.io.IOException
      Throws:
      java.io.IOException