Class ConcurrentSnapshotExecutionException

All Implemented Interfaces:
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(String repositoryName, String snapshotName, String msg)
    • ConcurrentSnapshotExecutionException

      public ConcurrentSnapshotExecutionException(Snapshot snapshot, String msg)
    • ConcurrentSnapshotExecutionException

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