org.apache.tapestry.contrib.ejb
Class XEJBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
org.apache.tapestry.contrib.ejb.XEJBException
- All Implemented Interfaces:
- Serializable
public class XEJBException
- extends EJBException
Extended version of EJBException
that includes a root cause.
EJBException
doesn't have quite the right constructor for this ...
it has an equivalent to the rootCause property, (causedByException), but
doesn't have a constructor that allows us to set a custom message.
- Version:
- $Id: XEJBException.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- Howard Lewis Ship
- See Also:
- Serialized Form
XEJBException
public XEJBException(String message)
XEJBException
public XEJBException(String message,
Throwable rootCause)
XEJBException
public XEJBException(Throwable rootCause)
getRootCause
public Throwable getRootCause()