Class SnapshotInProgressException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.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: