public final class DeleteSnapshotFailure extends java.lang.Object implements SnapshotProtocol.Response, scala.Product, scala.Serializable
PersistentActor
after failed deletion of a snapshot.
param: metadata snapshot metadata. param: cause failure cause.
Constructor and Description |
---|
DeleteSnapshotFailure(SnapshotMetadata metadata,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(java.lang.Object that) |
java.lang.Throwable |
cause() |
abstract static boolean |
equals(java.lang.Object that) |
SnapshotMetadata |
metadata() |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DeleteSnapshotFailure(SnapshotMetadata metadata, java.lang.Throwable cause)
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public SnapshotMetadata metadata()
public java.lang.Throwable cause()