com.primix.tapestry.util.ejb
Class XFinderException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.ejb.FinderException
|
+--com.primix.tapestry.util.ejb.XFinderException
- All Implemented Interfaces:
- java.io.Serializable
- public class XFinderException
- extends FinderException
Extended version of FinderException
that includes a root cause.
- Version:
- $Id: XFinderException.java,v 1.4 2001/05/02 14:15:17 hship Exp $
- Author:
- Howard Ship
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XFinderException
public XFinderException(java.lang.String message)
XFinderException
public XFinderException(java.lang.String message,
java.lang.Throwable rootCause)
XFinderException
public XFinderException(java.lang.Throwable rootCause)
getRootCause
public java.lang.Throwable getRootCause()