org.axonframework.eventhandling.replay
Class EventReplayUnsupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.eventhandling.replay.EventReplayUnsupportedException
- All Implemented Interfaces:
- Serializable
public class EventReplayUnsupportedException
- extends AxonNonTransientException
Exception that indicates that event replays are not supported by a component. Generally these are thrown in the
ReplayAware.beforeReplay()
method of a ReplayAware
component.
- Since:
- 2.4.3
- Author:
- Rene de Waele
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EventReplayUnsupportedException
public EventReplayUnsupportedException(String message)
- Initialize the exception with the given
message
.
- Parameters:
message
- a detailed message of the cause of the exception
Copyright © 2010-2016. All Rights Reserved.