Class AsyncReplayTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.pekko.PekkoException
-
- org.apache.pekko.persistence.journal.AsyncReplayTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class AsyncReplayTimeoutException extends PekkoException
Thrown if replay inactivity exceeds a specified timeout.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AsyncReplayTimeoutException(java.lang.String msg)
-