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:
- java.io.Serializable
- public class XCreateException
- extends javax.ejb.CreateException
Extended version of CreateException
that includes a root cause.
- 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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XCreateException
public XCreateException(java.lang.String message)
XCreateException
public XCreateException(java.lang.String message,
java.lang.Throwable rootCause)
XCreateException
public XCreateException(java.lang.Throwable rootCause)
getRootCause
public java.lang.Throwable getRootCause()