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