akka.persistence
Class RecoveryFailure

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

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

Sent to a Processor if a journal fails to replay messages or fetch that processor's highest sequence number. If not handled, the prossor will be stopped.

See Also:
Serialized Form

Constructor Summary
RecoveryFailure(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable cause()
           
 
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

RecoveryFailure

public RecoveryFailure(java.lang.Throwable cause)
Method Detail

cause

public java.lang.Throwable cause()