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:


 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 nextprash...@gmail.comwrote:

 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
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 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
 google-appengine-j...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine-java+unsubscr...@googlegroups.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
 .
 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 google-appengine-j...@googlegroups.com.

To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.



[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 this message because you are subscribed to the Google Groups "Google App Engine for Java" group.

To post to this group, send email to google-appengine-j...@googlegroups.com.

To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.