Class IndexShardRestoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.index.snapshots.IndexShardRestoreException
All Implemented Interfaces:
java.io.Serializable, 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, java.lang.String msg)
    • IndexShardRestoreException

      public IndexShardRestoreException​(ShardId shardId, java.lang.String msg, java.lang.Throwable cause)
    • IndexShardRestoreException

      public IndexShardRestoreException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException