Class IndexShardRestoreException

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

public class IndexShardRestoreException extends ElasticsearchException
Generic shard restore exception
See Also:
Serialized Form
  • Constructor Details

    • IndexShardRestoreException

      public IndexShardRestoreException(ShardId shardId,  msg)
    • IndexShardRestoreException

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

      public IndexShardRestoreException(StreamInput in) throws
      Throws: