Class IndexShardSnapshotFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.index.snapshots.IndexShardSnapshotException
org.elasticsearch.index.snapshots.IndexShardSnapshotFailedException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class IndexShardSnapshotFailedException
extends IndexShardSnapshotException
Thrown when snapshot process is failed on a shard level
See Also:
Serialized Form
  • Constructor Details

    • IndexShardSnapshotFailedException

      public IndexShardSnapshotFailedException​(ShardId shardId, java.lang.String msg)
    • IndexShardSnapshotFailedException

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

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