public final class DeleteSnapshotsFailure extends java.lang.Object implements SnapshotProtocol.Response, scala.Product, scala.Serializable
PersistentActor
after failed deletion of a range of snapshots.
param: criteria snapshot selection criteria. param: cause failure cause.
Constructor and Description |
---|
DeleteSnapshotsFailure(SnapshotSelectionCriteria criteria,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
cause() |
SnapshotSelectionCriteria |
criteria() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DeleteSnapshotsFailure(SnapshotSelectionCriteria criteria, java.lang.Throwable cause)
public SnapshotSelectionCriteria criteria()
public java.lang.Throwable cause()