Package com.primix.tapestry.util.ejb

Improved (eXtended) versions of the basic EJB exceptions that include a rootCause property (of type Throwable).

See:
          Description

Exception Summary
XCreateException Extended version of CreateException that includes a root cause.
XEJBException Extended version of EJBException that includes a root cause.
XFinderException Extended version of FinderException that includes a root cause.
XRemoveException Extended version of RemoveException that includes a root cause.
 

Package com.primix.tapestry.util.ejb Description

Improved (eXtended) versions of the basic EJB exceptions that include a rootCause property (of type Throwable). This is very handy with the ExceptionAnalyzer class, since it can "unwind" nested exceptions for reporting purposes.

Author:
Howard Ship hship@primix.com