Class SnapshotInProgressException

org.elasticsearch.ElasticsearchException
org.elasticsearch.snapshots.SnapshotInProgressException
All Implemented Interfaces:
, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class SnapshotInProgressException extends ElasticsearchException
Thrown on the attempt to execute an action that requires that no snapshot is in progress.
See Also:
Serialized Form
  • Constructor Details

    • SnapshotInProgressException

      public SnapshotInProgressException( msg)
    • SnapshotInProgressException

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