Class IndexShardRelocatedException

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

public class IndexShardRelocatedException extends IllegalIndexShardStateException
See Also:
  • Constructor Details

    • IndexShardRelocatedException

      public IndexShardRelocatedException(ShardId shardId)
    • IndexShardRelocatedException

      public IndexShardRelocatedException(ShardId shardId, String reason)
    • IndexShardRelocatedException

      public IndexShardRelocatedException(StreamInput in) throws IOException
      Throws:
      IOException