Nagin Kothari
unread,Dec 1, 2011, 8:12:51 AM12/1/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-we...@googlegroups.com
I have defined custom exception extending from Exception class. On server I throws this custom exception with some message.
My RPC call also has this exception as part of service call signature. In development mode when I show this message in "onFailaure()" method of RPC call on client,
I see proper message. But in production (after compilation) , on client I see 500 error instead of message.
Any idea could be the reason and how to resolve this?
Thanks ,
Nagin kothari