当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
JBossTransactionRolledbackLocalException (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.tm
Class JBossTransactionRolledbackLocalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
javax.ejb.TransactionRolledbackLocalException
org.jboss.tm.JBossTransactionRolledbackLocalException
- All Implemented Interfaces:
- org.jboss.util.NestedThrowable, Serializable
- public class JBossTransactionRolledbackLocalException
- extends javax.ejb.TransactionRolledbackLocalException
- implements org.jboss.util.NestedThrowable
JBossTransactionRolledbackLocalException.java
Created: Sun Feb 9 22:45:03 2003
- Version:
- Author:
- David Jencks
- See Also:
- Serialized Form
Nested classes inherited from class org.jboss.util.NestedThrowable |
org.jboss.util.NestedThrowable.Util |
Fields inherited from interface org.jboss.util.NestedThrowable |
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED |
Methods inherited from class javax.ejb.EJBException |
getCausedByException |
JBossTransactionRolledbackLocalException
public JBossTransactionRolledbackLocalException()
JBossTransactionRolledbackLocalException
public JBossTransactionRolledbackLocalException(Exception e)
JBossTransactionRolledbackLocalException
public JBossTransactionRolledbackLocalException(String message)
JBossTransactionRolledbackLocalException
public JBossTransactionRolledbackLocalException(String message,
Exception e)
getNested
public Throwable getNested()
- Specified by:
getNested
in interface org.jboss.util.NestedThrowable
getCause
public Throwable getCause()
- Specified by:
getCause
in interface org.jboss.util.NestedThrowable
getMessage
public String getMessage()
- Returns the composite throwable message.
- Returns:
- The composite throwable message.
printStackTrace
public void printStackTrace(PrintStream stream)
- 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)
- Prints the composite message and the embedded stack trace to the
specified print writer.
- Parameters:
writer
- Writer to print to.
printStackTrace
public void printStackTrace()
- Prints the composite message and the embedded stack trace to
System.err.
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.