Class EventPublicationFailedException

All Implemented Interfaces:
Serializable

public class EventPublicationFailedException extends AxonException
Exception indication that an error occurred while publishing an event to an AMQP Broker
Since:
3.0
Author:
Allard Buijze, Nakul Mishra
See Also:
  • Constructor Details

    • EventPublicationFailedException

      public EventPublicationFailedException(String message, Throwable cause)
      Initialize the exception using given descriptive message and cause
      Parameters:
      message - A message describing the exception
      cause - The exception describing the cause of the failure