Hi. I am trying to send a personal exception from server to client
side, following the steps described in this
thread
http://groups.google.com/group/google-web-toolkit/browse_thread/threa...
but is not working for me.
Whatever i do, I allways get the same error in client side,
"com.google.gwt.user.client.rpc.StatusCodeException: The call failed
on the server; see server log for details"
Let me show you my code:
Server side service:
My personal exception code:
And my client side method:
Can anybody help me? Thank you in advance.