Class EventRejectedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.persistence.typed.EventRejectedException
- All Implemented Interfaces:
Serializable
Thrown if a journal rejects an event e.g. due to a serialization error.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEventRejectedException
(PersistenceId persistenceId, long sequenceNr, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EventRejectedException
-