org.axonframework.eventhandling.replay
Class ReplayFailedException

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.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

Constructor Summary
ReplayFailedException(String message, Throwable cause)
          Initialize the exception with given message and cause
 
Method Summary
 
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

ReplayFailedException

public ReplayFailedException(String message,
                             Throwable cause)
Initialize the exception with given message and cause

Parameters:
message - The message describing the failure
cause - The cause of the failure


Copyright © 2010-2016. All Rights Reserved.