|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException (src)
javax.ejb.TransactionRolledbackLocalException (src)
org.jboss.tm.JBossTransactionRolledbackLocalException
JBossTransactionRolledbackLocalException.java Created: Sun Feb 9 22:45:03 2003
Nested Class Summary |
Nested classes inherited from class org.jboss.util.NestedThrowable (src) |
NestedThrowable.Util (src) |
Field Summary |
Fields inherited from interface org.jboss.util.NestedThrowable (src) |
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED |
Constructor Summary | |
JBossTransactionRolledbackLocalException()
|
|
JBossTransactionRolledbackLocalException(java.lang.Exception e)
|
|
JBossTransactionRolledbackLocalException(java.lang.String message)
|
|
JBossTransactionRolledbackLocalException(java.lang.String message,
java.lang.Exception e)
|
Method Summary | |
java.lang.Throwable |
getCause()
Return the nested Throwable. |
java.lang.String |
getMessage()
Returns the composite throwable message. |
java.lang.Throwable |
getNested()
Return the nested throwable. |
void |
printStackTrace()
Prints the composite message and the embedded stack trace to System.err. |
void |
printStackTrace(java.io.PrintStream stream)
Prints the composite message and the embedded stack trace to the specified print stream. |
void |
printStackTrace(java.io.PrintWriter writer)
Prints the composite message and the embedded stack trace to the specified print writer. |
Methods inherited from class javax.ejb.EJBException (src) |
getCausedByException |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JBossTransactionRolledbackLocalException()
public JBossTransactionRolledbackLocalException(java.lang.Exception e)
public JBossTransactionRolledbackLocalException(java.lang.String message)
public JBossTransactionRolledbackLocalException(java.lang.String message, java.lang.Exception e)
Method Detail |
public java.lang.Throwable getNested()
NestedThrowable (src)
getNested
in interface NestedThrowable (src)
public java.lang.Throwable getCause()
NestedThrowable (src)
For JDK 1.4 compatibility.
getCause
in interface NestedThrowable (src)
public java.lang.String getMessage()
getMessage
in class EJBException (src)
public void printStackTrace(java.io.PrintStream stream)
printStackTrace
in class EJBException (src)
stream
- Stream to print to.public void printStackTrace(java.io.PrintWriter writer)
printStackTrace
in class EJBException (src)
writer
- Writer to print to.public void printStackTrace()
printStackTrace
in class EJBException (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |