Class ConcurrencyException

All Implemented Interfaces:
Serializable

public class ConcurrencyException extends CqrsFrameworkException.TransientException
Exception class representing concurrency errors, usually caused by violated preconditions, when publishing events.
See Also:
  • Constructor Details

    • ConcurrencyException

      public ConcurrencyException(String message, Throwable cause)