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,v 1.1 2003/03/05 23:03:07 hlship Exp $
- Author:
- Howard Lewis Ship
- See Also:
- Serialized Form
XRemoveException
public XRemoveException(String message)
XRemoveException
public XRemoveException(String message,
Throwable rootCause)
XRemoveException
public XRemoveException(Throwable rootCause)
getRootCause
public Throwable getRootCause()