Class SnapshotNameAlreadyInUseException

All Implemented Interfaces:
Serializable, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentFragment

public class SnapshotNameAlreadyInUseException extends InvalidSnapshotNameException
Thrown on the attempt to create a snapshot with a name that is taken by a snapshot in progress and a snapshot that already exists.
See Also:
  • Constructor Details

    • SnapshotNameAlreadyInUseException

      public SnapshotNameAlreadyInUseException(String repositoryName, String snapshotName, String desc)
    • SnapshotNameAlreadyInUseException

      public SnapshotNameAlreadyInUseException(StreamInput in) throws IOException
      Throws:
      IOException