[EMAIL PROTECTED] schrieb: > I am finding that often if i throw an exception in the client side > then i have to catch it using "catch (Exception ex)" rather than > "catch (TheActualExceptionThrown ex)".
Is your own exception derived from SerializableException or directly from Exception. If it's the latter, try to derive it from SerializableException. > Does anyone else have this issue as i havent seen any posts on the > issue and it seems pretty annoying. Not that I'm aware of. Regards, Lothar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
