com.primix.tapestry.util.ejb
Class XEJBException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--javax.ejb.EJBException
|
+--com.primix.tapestry.util.ejb.XEJBException
- All Implemented Interfaces:
- java.io.Serializable
- public class XEJBException
- extends EJBException
Extended version of EJBException
that includes a root cause.
EJBException
doesn't have quite the right constructor for this ...
it has an equivalent to the rootCause property, (causedByException), but
doesn't have a constructor that allows us to set a custom message.
- Version:
- $Id: XEJBException.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, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XEJBException
public XEJBException(java.lang.String message)
XEJBException
public XEJBException(java.lang.String message,
java.lang.Throwable rootCause)
XEJBException
public XEJBException(java.lang.Throwable rootCause)
getRootCause
public java.lang.Throwable getRootCause()