当前页面:
在线文档首页 >
JBoss 3.2.7 messaging API Documentation 英文版文档
SpyTransactionRolledBackException (JBoss Messaging API) - JBoss 3.2.7 messaging API Documentation 英文版文档
org.jboss.mq
Class SpyTransactionRolledBackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
javax.jms.TransactionRolledBackException
org.jboss.mq.SpyTransactionRolledBackException
- All Implemented Interfaces:
- org.jboss.util.NestedThrowable, Serializable
- public class SpyTransactionRolledBackException
- extends javax.jms.TransactionRolledBackException
- implements org.jboss.util.NestedThrowable
A TransactionRolledBackException with a nested Throwable detail
object.
- Version:
- $Revision: 1.1.2.2 $
- Author:
- Adrian Brock
- 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.jms.JMSException |
getErrorCode |
nested
protected Throwable nested
- The nested throwable
SpyTransactionRolledBackException
public SpyTransactionRolledBackException(String msg)
- Construct a SpyTransactionRolledBackException with the
specified detail message.
- Parameters:
msg
- Detail message.
SpyTransactionRolledBackException
public SpyTransactionRolledBackException(String msg,
Throwable nested)
- Construct a SpyTransactionRolledBackException with the
specified detail message and nested Throwable.
- Parameters:
msg
- Detail message.nested
- Nested Throwable.
SpyTransactionRolledBackException
public SpyTransactionRolledBackException(Throwable nested)
- Construct a SpyTransactionRolledBackException with the
specified nested Throwable.
- Parameters:
nested
- Nested Throwable.
getNested
public Throwable getNested()
- Return the nested Throwable.
- Specified by:
getNested
in interface org.jboss.util.NestedThrowable
- Returns:
- Nested Throwable.
getCause
public Throwable getCause()
- Specified by:
getCause
in interface org.jboss.util.NestedThrowable
setLinkedException
public void setLinkedException(Exception e)
getLinkedException
public Exception getLinkedException()
getMessage
public String getMessage()
printStackTrace
public void printStackTrace(PrintStream stream)
printStackTrace
public void printStackTrace(PrintWriter writer)
printStackTrace
public void printStackTrace()
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.