Package org.apache.tapestry.contrib.ejb

Subclasses of the EJB exceptions that take an optional, additional, root cause Throwable to identify the underlying reason for the exception.

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 org.apache.tapestry.contrib.ejb Description

Subclasses of the EJB exceptions that take an optional, additional, root cause Throwable to identify the underlying reason for the exception. This is less necessary in JDK 1.4, which support root cause for all exceptions.

Author:
Howard Lewis Ship hlship@apache.org