Uses of Class
org.rostore.entity.VersionMismatchException
-
Uses of VersionMismatchException in org.rostore.entity
Modifier and TypeMethodDescriptionstatic void
VersionMismatchException.checkAndThrow
(long dataVersion, long queryVersion, boolean overrideVersion) Checks if the version of the request fits the underlying stored version.static void
VersionMismatchException.checkAndThrow
(long dataVersion, Record queryRecord) Checks if the version of the request fits the underlying stored version.