org.apache.tapestry.contrib.ejb
Class XCreateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.ejb.CreateException
                    |
                    +--org.apache.tapestry.contrib.ejb.XCreateException
All Implemented Interfaces:
Serializable

public class XCreateException
extends CreateException

Extended version of CreateException that includes a root cause.

Version:
$Id: XCreateException.java,v 1.1 2003/03/05 23:03:07 hlship Exp $
Author:
Howard Lewis Ship
See Also:
Serialized Form

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

Constructor Detail

XCreateException

public XCreateException(String message)

XCreateException

public XCreateException(String message,
                        Throwable rootCause)

XCreateException

public XCreateException(Throwable rootCause)
Method Detail

getRootCause

public Throwable getRootCause()