0 Replies Latest reply on Sep 8, 2008 8:37 AM by garyyyding

    define own exception for A4J.AJAX.onError

      I want use "A4J.AJAX.onError", but it only return "500 internal exception", I have define my exception as


      try {
      int gg = 1 / 0;
      } catch (Exception e) {
      throw new Exception( "dsds");
      }


      but I can not get message of "dsds", but always be "500 internal exception"
      Why?