|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectakka.persistence.SaveSnapshotFailure
public class SaveSnapshotFailure
Sent to a PersistentActor after failed saving of a snapshot.
param: metadata snapshot metadata. param: cause failure cause.
| Constructor Summary | |
|---|---|
SaveSnapshotFailure(SnapshotMetadata metadata,
java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
java.lang.Throwable |
cause()
|
SnapshotMetadata |
metadata()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface scala.Product |
|---|
productArity, productElement, productIterator, productPrefix |
| Methods inherited from interface scala.Equals |
|---|
canEqual, equals |
| Constructor Detail |
|---|
public SaveSnapshotFailure(SnapshotMetadata metadata,
java.lang.Throwable cause)
| Method Detail |
|---|
public SnapshotMetadata metadata()
public java.lang.Throwable cause()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||