This content has been marked as final.
Show 2 replies
-
1. Re: java.lang.ClassNotFoundException: com.google.apphosting.api.ApiProxy.OverQuotaException
alesj Apr 13, 2014 10:47 AM (in response to jamestan)The codes snippets that caused this issue is:
} catch (com.google.apphosting.api.ApiProxy.OverQuotaException e1) {
... do some special handling ...
I guess this is in your code somewere; some servlet listener, filter, servlet, ...?
But it's strange, as you should see the ApiProxy class, and its inner classes.
Let me see if I can mock this.
-
2. Re: java.lang.ClassNotFoundException: com.google.apphosting.api.ApiProxy.OverQuotaException
alesj Apr 13, 2014 11:20 AM (in response to alesj)I've added this change:
* https://github.com/capedwarf/capedwarf-blue/commit/90c11d263d0894fdb2d6647af2d14780abede275
and the test still passes for me.