Version Mismatch Exception
class VersionMismatchException(message: String? = null, cause: Throwable? = null) : SudoProfileException
Exception for GraphQl call when there is a Version mismatch. This can occur if another process has updated a DB entry while you are working on that entry.