See: Description
Exception | Description |
---|---|
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. |
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.