Class IndexShardSnapshotFailedException

All Implemented Interfaces:
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, String msg)
    • IndexShardSnapshotFailedException

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

      public IndexShardSnapshotFailedException(StreamInput in) throws IOException
      Throws:
      IOException