Uses of Class
org.rostore.entity.VersionMismatchException
Packages that use VersionMismatchException
-
Uses of VersionMismatchException in org.rostore.entity
Methods in org.rostore.entity that throw VersionMismatchExceptionModifier and TypeMethodDescriptionstatic voidVersionMismatchException.checkAndThrow(long dataVersion, long queryVersion, boolean overrideVersion) Checks if the version of the request fits the underlying stored version.static voidVersionMismatchException.checkAndThrow(long dataVersion, Record queryRecord) Checks if the version of the request fits the underlying stored version.