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/thread/c03fc4cf1efbc849/c5c297bfe8d99922?lnk=gst&q=exception#c5c297bfe8d99922
but is not working for me.
Let me show you my code:
Server side service:
public void saveFiscalYear(FiscalYear newFiscalyear, FiscalYear
oldFiscalYear)
throws Exception,DuplicateFiscalYearException {
}
--
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.