Class AppendEventsTransactionRejectedException

All Implemented Interfaces:
Serializable

public class AppendEventsTransactionRejectedException extends AxonNonTransientException
Exception indicating that a transaction was rejected due to conflicts detected in the events to append.
Since:
5.0.0
Author:
Steven van Beelen, Allard Buijze
See Also:
  • Constructor Details

    • AppendEventsTransactionRejectedException

      public AppendEventsTransactionRejectedException(String message)
      Constructs an AppendConditionAssertionException with the given message.
      Parameters:
      message - The message of the AppendConditionAssertionException under construction.
  • Method Details