Hi, I am trying to implement an RPC call that loads a record from a database:
User loadUser (String nickname) throws Exception; I tried different Exception types: SQLException: results in mystic errors (not serializable) Exception: results in error "uncaught exception" at the service call IllegalArgumentException: works, but is not that what I want Question 1: What Exception types may be used for RPC? Question 2: Where (which source files) do I have to declare the exception? Service ServiceAsync ServiceImpl Thanks Magnus -- 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.
