Try catching com.google.appengine.api.datastore.DatastoreFailureException, as indicated in the docs:
http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/DatastoreService.html#put(com.google.appengine.api.datastore.Entity) Vince On Thu, Jan 7, 2010 at 11:25 PM, Prashant Gupta <[email protected]>wrote: > hi, > > "com.google.apphosting.api.ApiProxy$RequestTooLargeException: The request > to API call datastore_v3.Put() was too large." was thrown while saving an > entity to datastore. I want to handle this exception but I am not getting > which exception to catch. Please help me out... > > 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]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > >--
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.
