Class IndexShardSnapshotException

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

public class IndexShardSnapshotException extends ElasticsearchException
Generic shard snapshot exception
See Also:
Serialized Form
  • Constructor Details

    • IndexShardSnapshotException

      public IndexShardSnapshotException(ShardId shardId,  msg)
    • IndexShardSnapshotException

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

      public IndexShardSnapshotException(StreamInput in) throws
      Throws: