Class IndexShardRelocatedException

All Implemented Interfaces:
Serializable, Writeable, ToXContent, 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