Class IllegalIndexShardStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.index.shard.IllegalIndexShardStateException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment
Direct Known Subclasses:
IndexShardClosedException, IndexShardNotRecoveringException, IndexShardNotStartedException, IndexShardRecoveringException, IndexShardRelocatedException, IndexShardStartedException, ShardNotInPrimaryModeException

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

    • IllegalIndexShardStateException

      public IllegalIndexShardStateException​(ShardId shardId, IndexShardState currentState, java.lang.String msg, java.lang.Object... args)
    • IllegalIndexShardStateException

      public IllegalIndexShardStateException​(ShardId shardId, IndexShardState currentState, java.lang.String msg, java.lang.Throwable ex, java.lang.Object... args)
    • IllegalIndexShardStateException

      public IllegalIndexShardStateException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details