| Author |
Problem handling exceptions in client side
|
Ana Sande
Greenhorn
Joined: Jan 18, 2011
Posts: 1
|
|
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.
|
 |
Rakesh Chaudhary
Ranch Hand
Joined: Feb 19, 2008
Posts: 118
|
|
Hi,
Check giving just a alert in the client code....removing all the other code...I think control fails in asynchronizing
|
Acquire the unexpected.......
Preparing for SCJP 6
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: Problem handling exceptions in client side
|
|
|