org.axonframework.eventhandling.replay
Class ReplayFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.eventhandling.replay.ReplayFailedException
- All Implemented Interfaces:
- Serializable
public class ReplayFailedException
- extends AxonException
Exception indicating that a replay task has failed.
- Since:
- 2.0
- Author:
- Allard Buijze
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ReplayFailedException
public ReplayFailedException(String message,
Throwable cause)
- Initialize the exception with given
message
and cause
- Parameters:
message
- The message describing the failurecause
- The cause of the failure
Copyright © 2010-2016. All Rights Reserved.