DuplicateRequestIdException
constructor(aggregateId: AggregateId, requestId: String, errorMsg: String = "Duplicate request ID[", cause: Throwable? = null)
Parameters
aggregateId
the aggregate for which the duplicate was detected
requestId
the duplicate request identifier
errorMsg
custom error message (default provided)
cause
the underlying cause (optional)