public final class SaveSnapshotFailure extends java.lang.Object implements SnapshotProtocol.Response, scala.Product, scala.Serializable
PersistentActor after failed saving of a snapshot.
param: metadata snapshot metadata. param: cause failure cause.
| Constructor and Description |
|---|
SaveSnapshotFailure(SnapshotMetadata metadata,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
cause() |
SnapshotMetadata |
metadata() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic SaveSnapshotFailure(SnapshotMetadata metadata, java.lang.Throwable cause)
public SnapshotMetadata metadata()
public java.lang.Throwable cause()