org.axonframework.eventhandling.replay
Class EventReplayUnsupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.axonframework.common.AxonException
                  extended by org.axonframework.common.AxonNonTransientException
                      extended by 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

Constructor Summary
EventReplayUnsupportedException(String message)
          Initialize the exception with the given message.
 
Method Summary
 
Methods inherited from class org.axonframework.common.AxonNonTransientException
isCauseOf
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.