akka.persistence
Class JournalProtocol.ReplayMessagesFailure

java.lang.Object
  extended by akka.persistence.JournalProtocol.ReplayMessagesFailure
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
JournalProtocol

public static class JournalProtocol.ReplayMessagesFailure
extends java.lang.Object
implements scala.Product, scala.Serializable

Reply message to a failed JournalProtocol.ReplayMessages request. This reply is sent to the requestor if a replay could not be successfully completed.

See Also:
Serialized Form

Constructor Summary
JournalProtocol.ReplayMessagesFailure(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

JournalProtocol.ReplayMessagesFailure

public JournalProtocol.ReplayMessagesFailure(java.lang.Throwable cause)
Method Detail

cause

public java.lang.Throwable cause()