Class IndexShardRelocatedException

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 IndexShardRelocatedException
extends IllegalIndexShardStateException
See Also:
Serialized Form
  • Constructor Details

    • IndexShardRelocatedException

      public IndexShardRelocatedException​(ShardId shardId)
    • IndexShardRelocatedException

      public IndexShardRelocatedException​(ShardId shardId, java.lang.String reason)
    • IndexShardRelocatedException

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