> I can't tell from your code whether InvalidUserRegistrationException is
> serializable. Are you sure that it is? (eg does it have a no-arg
> constructor?)

This should be ok, empty constructor is there, moreover the GWT
compiler does not produce any warnings or errors.

> Also, what does the server log say is wrong?

No idea, I tried that only in hosted mode, I doubt I can get the logs.
But the problem is clear I think - InvalidUserRegistrationException
is
not processed by RPC and "packed" into the http status 200 response,
it is just thrown out of the servlet whose method getSomething() I
call
which causes the http 500 response (probably because RPC does not
know the InvalidUserRegistrationException or I dont know why).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to