Class EventProcessingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.messaging.eventhandling.processing.EventProcessingException
All Implemented Interfaces:
Serializable

public class EventProcessingException extends AxonException
Exception thrown when an EventProcessor failed to handle a batch of events.
Since:
0.3
Author:
Allard Buijze
See Also:
  • Constructor Details

    • EventProcessingException

      public EventProcessingException(String message, Throwable cause)
      Initialize the exception with given message and cause.
      Parameters:
      message - Message describing the cause of the exception
      cause - The exception that caused this exception to occur.