Class ConcurrentSnapshotExecutionException

org.elasticsearch.ElasticsearchException
org.elasticsearch.snapshots.SnapshotException
org.elasticsearch.snapshots.ConcurrentSnapshotExecutionException
All Implemented Interfaces:
, 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( repositoryName,  snapshotName,  msg)
    • ConcurrentSnapshotExecutionException

      public ConcurrentSnapshotExecutionException(Snapshot snapshot,  msg)
    • ConcurrentSnapshotExecutionException

      public ConcurrentSnapshotExecutionException(StreamInput in) throws
      Throws:
  • Method Details