public class OptimisticLockingException extends EventuateClientException
Constructor and Description |
---|
OptimisticLockingException() |
OptimisticLockingException(EntityIdAndType entityIdAndType,
io.eventuate.common.id.Int128 entityVersion) |
Modifier and Type | Method and Description |
---|---|
EntityIdAndType |
getEntityIdAndType() |
io.eventuate.common.id.Int128 |
getEntityVersion() |
public OptimisticLockingException(EntityIdAndType entityIdAndType, io.eventuate.common.id.Int128 entityVersion)
public OptimisticLockingException()
public EntityIdAndType getEntityIdAndType()
public io.eventuate.common.id.Int128 getEntityVersion()