Class SnapshotRestoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
All Implemented Interfaces:
java.io.Serializable, Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentFragment

public class SnapshotRestoreException
extends SnapshotException
Snapshot restore exception
See Also:
Serialized Form
  • Constructor Details

    • SnapshotRestoreException

      public SnapshotRestoreException​(java.lang.String repositoryName, java.lang.String snapshotName, java.lang.String message)
    • SnapshotRestoreException

      public SnapshotRestoreException​(Snapshot snapshot, java.lang.String message)
    • SnapshotRestoreException

      public SnapshotRestoreException​(Snapshot snapshot, java.lang.String message, java.lang.Throwable cause)
    • SnapshotRestoreException

      public SnapshotRestoreException​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException