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 > 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.d

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

2010-01-08 Thread Vince Bonfanti
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,

[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 receive