|
||||||||||
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.io.IOException
java.rmi.RemoteException
javax.transaction.TransactionRolledbackException (src)
org.jboss.tm.JBossTransactionRolledbackException
JBossTransactionRolledbackException.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 class java.rmi.RemoteException |
detail |
Fields inherited from interface org.jboss.util.NestedThrowable (src) |
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED |
Constructor Summary | |
JBossTransactionRolledbackException()
|
|
JBossTransactionRolledbackException(java.lang.String message)
|
|
JBossTransactionRolledbackException(java.lang.String message,
java.lang.Throwable t)
|
|
JBossTransactionRolledbackException(java.lang.Throwable t)
|
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 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 JBossTransactionRolledbackException()
public JBossTransactionRolledbackException(java.lang.String message)
public JBossTransactionRolledbackException(java.lang.Throwable t)
public JBossTransactionRolledbackException(java.lang.String message, java.lang.Throwable t)
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()
public void printStackTrace(java.io.PrintStream stream)
stream
- Stream to print to.public void printStackTrace(java.io.PrintWriter writer)
writer
- Writer to print to.public void printStackTrace()
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |