org.qi4j.library.eventsourcing.domain.replay
Class EventReplayException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.qi4j.library.eventsourcing.domain.replay.EventReplayException
All Implemented Interfaces:
Serializable

public class EventReplayException
extends RuntimeException

An eventValue replay failed.

See Also:
Serialized Form

Constructor Summary
EventReplayException(DomainEventValue eventValue, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

EventReplayException

public EventReplayException(DomainEventValue eventValue,
                            Throwable cause)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable