org.apache.tapestry.contrib.ejb
Class XFinderException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.ejb.FinderException
|
+--org.apache.tapestry.contrib.ejb.XFinderException
- All Implemented Interfaces:
- Serializable
- public class XFinderException
- extends FinderException
Extended version of FinderException
that includes a root cause.
- Version:
- $Id: XFinderException.java,v 1.2 2004/01/19 21:34:26 hlship Exp $
- 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 |
XFinderException
public XFinderException(String message)
XFinderException
public XFinderException(String message,
Throwable rootCause)
XFinderException
public XFinderException(Throwable rootCause)
getRootCause
public Throwable getRootCause()