akka.persistence
Class SaveSnapshotFailure

java.lang.Object
  extended by akka.persistence.SaveSnapshotFailure
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class SaveSnapshotFailure
extends java.lang.Object
implements scala.Product, scala.Serializable

Sent to a PersistentActor after failed saving of a snapshot.

param: metadata snapshot metadata. param: cause failure cause.

See Also:
Serialized Form

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

SaveSnapshotFailure

public SaveSnapshotFailure(SnapshotMetadata metadata,
                           java.lang.Throwable cause)
Method Detail

metadata

public SnapshotMetadata metadata()

cause

public java.lang.Throwable cause()