After reading TaskOptions and Queue from the AppEngine Javadoc API, I can’t find which exception gets thrown when the payload of the Task exceeds the limit of 100KB. Where could I find this information?
UPDATE: Filed a request for a more specific exception.
Found my answer looking at the source code.