Package com.opencqrs.framework.client
Class ConcurrencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.opencqrs.framework.CqrsFrameworkException
com.opencqrs.framework.CqrsFrameworkException.TransientException
com.opencqrs.framework.client.ConcurrencyException
- All Implemented Interfaces:
Serializable
Exception class representing concurrency errors, usually caused by violated preconditions, when publishing events.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.opencqrs.framework.CqrsFrameworkException
CqrsFrameworkException.NonTransientException, CqrsFrameworkException.TransientException
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConcurrencyException
-