Class IndexShardRelocatedException

All Implemented Interfaces:
, 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,  reason)
    • IndexShardRelocatedException

      public IndexShardRelocatedException(StreamInput in) throws
      Throws: