Google App Engine - What exception does Transaction.commit() throw when there is a concurrency probl
- by Spines
What exception does com.google.appengine.api.datastore.Transaction.commit() throw when there is a concurrency problem?
I want to retry if there is a concurrency issue, but I don't know what exception to catch.