Re: [appengine-java] handling com.google.apphosting.api.ApiProxy$RequestTooLargeException: The request to API call datastore_v3.Put() was too large.

2010-01-09 Thread Prashant Gupta
no, it doesn't work :( 2010/1/8 Vince Bonfanti vbonfa...@gmail.com Try catching com.google.appengine.api.datastore.DatastoreFailureException, as indicated in the docs:

[appengine-java] handling com.google.apphosting.api.ApiProxy$RequestTooLargeException: The request to API call datastore_v3.Put() was too large.

2010-01-07 Thread Prashant Gupta
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