Class IndexShardSnapshotException

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

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

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