ApiProxy.UnknownException (sometimes)

On Nov 6, 5:22 pm, Diana Cruise <[email protected]> wrote:
> There are only 5 exceptions documented for the datastore at the link
> below:
>
> http://code.google.com/appengine/docs/java/javadoc/com/google/appengi...
>
> From the descriptions, it appears only 2 of 5 are conditions where a
> re-try may succeed.  They are:
>
> DatastoreFailureException
> DatastoreTimeoutException
>
> Can anyone confirm from their experience that these are the only
> appropriate to re-try a transaction?
>
> For example, when you hit the 30s timeout limit I assume the timeout
> exception above is triggered.  Or, what if your transaction fails due
> to another update in-progress on the same entity group...what
> exception gets thrown for that?  Clearly, you would want to re-try in
> that case!
>
> Thanks!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to