Class IndexShardRestoreFailedException

org.elasticsearch.ElasticsearchException
org.elasticsearch.index.snapshots.IndexShardRestoreException
org.elasticsearch.index.snapshots.IndexShardRestoreFailedException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class IndexShardRestoreFailedException extends IndexShardRestoreException
Thrown when restore of a shard fails
See Also:
Serialized Form
  • Constructor Details

    • IndexShardRestoreFailedException

      public IndexShardRestoreFailedException(ShardId shardId,  msg)
    • IndexShardRestoreFailedException

      public IndexShardRestoreFailedException(ShardId shardId,  msg,  cause)
    • IndexShardRestoreFailedException

      public IndexShardRestoreFailedException(StreamInput in) throws
      Throws: