EventVersionConflictException

constructor(eventStream: DomainEventStream, errorMsg: String = "Event Version[", cause: Throwable? = null)

Parameters

eventStream

the domain event stream that caused the conflict

errorMsg

the error message (default: version conflict message)

cause

the underlying cause of the exception