|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.ejb.RemoveException
org.apache.tapestry.contrib.ejb.XRemoveException
Extended version of RemoveException
that includes a root cause.
Constructor Summary | |
XRemoveException(java.lang.String message)
|
|
XRemoveException(java.lang.String message,
java.lang.Throwable rootCause)
|
|
XRemoveException(java.lang.Throwable rootCause)
|
Method Summary | |
java.lang.Throwable |
getRootCause()
|
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 |
Constructor Detail |
public XRemoveException(java.lang.String message)
public XRemoveException(java.lang.String message, java.lang.Throwable rootCause)
public XRemoveException(java.lang.Throwable rootCause)
Method Detail |
public java.lang.Throwable getRootCause()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |