Class IndexShardSnapshotFailedException

org.elasticsearch.ElasticsearchException
org.elasticsearch.index.snapshots.IndexShardSnapshotException
org.elasticsearch.index.snapshots.IndexShardSnapshotFailedException
All Implemented Interfaces:
, 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,  msg)
    • IndexShardSnapshotFailedException

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

      public IndexShardSnapshotFailedException(StreamInput in) throws
      Throws: