org.apache.tapestry.contrib.ejb
Class XFinderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.ejb.FinderException
              extended by 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 243791 2004-02-19 17:38:13Z hlship $
Author:
Howard Lewis Ship
See Also:
Serialized Form

Constructor Summary
XFinderException(String message)
           
XFinderException(String message, Throwable rootCause)
           
XFinderException(Throwable rootCause)
           
 
Method Summary
 Throwable getRootCause()
           
 
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
 

Constructor Detail

XFinderException

public XFinderException(String message)

XFinderException

public XFinderException(String message,
                        Throwable rootCause)

XFinderException

public XFinderException(Throwable rootCause)
Method Detail

getRootCause

public Throwable getRootCause()