0 Replies Latest reply on May 29, 2008 4:23 PM by larshuber

    SeamRemote

    larshuber

      Is it possible to declare a @WebRemote annotated method with throws Exception ?



      @WebRemote
      public Boolean register(String username) throws Exception {
           ...
           return true;
      }
      



      Does this work or will Seam catch the thrown Exception?


      Thanks