Class SnapshotInProgressException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.elasticsearch.ElasticsearchException
org.elasticsearch.snapshots.SnapshotInProgressException
All Implemented Interfaces:
java.io.Serializable, 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​(java.lang.String msg)
    • SnapshotInProgressException

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