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:
- java.io.Serializable
public class XEJBException
- extends javax.ejb.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.
- Author:
- Howard Lewis Ship
- See Also:
- Serialized Form
Methods inherited from class javax.ejb.EJBException |
getCausedByException, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XEJBException
public XEJBException(java.lang.String message)
XEJBException
public XEJBException(java.lang.String message,
java.lang.Throwable rootCause)
XEJBException
public XEJBException(java.lang.Throwable rootCause)
getRootCause
public java.lang.Throwable getRootCause()