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:
- Serializable
public class XRemoveException
- extends RemoveException
Extended version of RemoveException
that includes a root cause.
- Version:
- $Id: XRemoveException.java 243791 2004-02-19 17:38:13Z hlship $
- 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 |
XRemoveException
public XRemoveException(String message)
XRemoveException
public XRemoveException(String message,
Throwable rootCause)
XRemoveException
public XRemoveException(Throwable rootCause)
getRootCause
public Throwable getRootCause()