org.apache.tapestry.contrib.ejb
Class XRemoveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.ejb.RemoveException
org.apache.tapestry.contrib.ejb.XRemoveException
- All Implemented Interfaces:
- java.io.Serializable
public class XRemoveException
- extends javax.ejb.RemoveException
Extended version of RemoveException
that includes a root cause.
- Author:
- Howard Lewis Ship
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XRemoveException
public XRemoveException(java.lang.String message)
XRemoveException
public XRemoveException(java.lang.String message,
java.lang.Throwable rootCause)
XRemoveException
public XRemoveException(java.lang.Throwable rootCause)
getRootCause
public java.lang.Throwable getRootCause()