Class 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 in PersistentActor.

    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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.util.control.NoStackTrace

        fillInStackTrace
    • Constructor Detail

      • RecoveryTimedOut

        public RecoveryTimedOut​(java.lang.String message)