[appengine-java] Re: Runtime Exceptions

2009-10-27 Thread Jason (Google)
See the Exception Summary at the bottom of the low-level API reference: http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/package-summary.html We'll be coming out with an article soon which discusses this in more detail and includes examples of how to catch

[appengine-java] Re: Runtime Exceptions

2009-10-24 Thread Nacho Coloma
How about jar -tvf appengine-api-1.0-sdk-1.2.1.jar | grep Exception At least, that should give you a list of Exceptions to support. If you find out more, please share :) On Oct 24, 6:46 am, Roy roy.smith@googlemail.com wrote: I read a lot about failures and timeouts from the datastore,