Class JournalFailureException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class JournalFailureException
    extends java.lang.RuntimeException
    INTERNAL API

    Used for journal failures. Private to akka as only internal supervision strategies should use it.

    See Also:
    Serialized Form
    • 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
    • Constructor Detail

      • JournalFailureException

        public JournalFailureException​(java.lang.String msg,
                                       java.lang.Throwable cause)
      • JournalFailureException

        public JournalFailureException​(PersistenceId persistenceId,
                                       long sequenceNr,
                                       java.lang.String eventType,
                                       java.lang.Throwable cause)