| |
|
| org.jboss.tm.JBossRollbackException
JBossRollbackException | public class JBossRollbackException extends RollbackException implements NestedThrowable(Code) | | JBossRollbackException.java
Created: Sun Feb 9 22:45:03 2003
author: David Jencks |
serialVersionUID | final static long serialVersionUID(Code) | | |
JBossRollbackException | public JBossRollbackException()(Code) | | |
JBossRollbackException | public JBossRollbackException(String message)(Code) | | |
getMessage | public String getMessage()(Code) | | Returns the composite throwable message.
The composite throwable message. |
printStackTrace | public void printStackTrace(PrintStream stream)(Code) | | Prints the composite message and the embedded stack trace to the
specified print stream.
Parameters: stream - Stream to print to. |
printStackTrace | public void printStackTrace(PrintWriter writer)(Code) | | Prints the composite message and the embedded stack trace to the
specified print writer.
Parameters: writer - Writer to print to. |
printStackTrace | public void printStackTrace()(Code) | | Prints the composite message and the embedded stack trace to
System.err.
|
|
|
|