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,v 1.1 2003/03/05 23:03:06 hlship Exp $
- 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()