com.primix.tapestry.util.ejb
Class XCreateException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--javax.ejb.CreateException
|
+--com.primix.tapestry.util.ejb.XCreateException
- All Implemented Interfaces:
- java.io.Serializable
- public class XCreateException
- extends CreateException
Extended version of CreateException
that includes a root cause.
- Version:
- $Id: XCreateException.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 |
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()