Package akka.persistence
Class RecoveryTimedOut
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.persistence.RecoveryTimedOut
-
- All Implemented Interfaces:
java.io.Serializable
,scala.util.control.NoStackTrace
public final class RecoveryTimedOut extends java.lang.RuntimeException implements scala.util.control.NoStackTrace
Convenience method for skipping recovery inPersistentActor
.It will still retrieve previously highest sequence number so that new events are persisted with higher sequence numbers rather than starting from 1 and assuming that there are no previous event with that sequence number.
- See Also:
Recovery
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecoveryTimedOut​(java.lang.String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-