2 Replies Latest reply on Sep 12, 2005 1:46 PM by elkner

    EJBException getCausedByException() vs. getCause()

    elkner

      Is there a reason, why an EJBException returns nothing on #getCause() but on #getCausedByException() ?

      BTW: Wondering at all, why EJBException(String message, Exception ex) does not call super(message, ex) ?