Class ConcurrentSnapshotExecutionException

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

public class ConcurrentSnapshotExecutionException
extends SnapshotException
Thrown when a user tries to multiple conflicting snapshot/restore operations at the same time.
See Also:
Serialized Form
  • Constructor Details

    • ConcurrentSnapshotExecutionException

      public ConcurrentSnapshotExecutionException​(java.lang.String repositoryName, java.lang.String snapshotName, java.lang.String msg)
    • ConcurrentSnapshotExecutionException

      public ConcurrentSnapshotExecutionException​(Snapshot snapshot, java.lang.String msg)
    • ConcurrentSnapshotExecutionException

      public ConcurrentSnapshotExecutionException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details