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 243791 2004-02-19 17:38:13Z hlship $
- 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 |
XCreateException
public XCreateException(String message)
XCreateException
public XCreateException(String message,
Throwable rootCause)
XCreateException
public XCreateException(Throwable rootCause)
getRootCause
public Throwable getRootCause()