站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 messaging API Documentation 英文版文档

SpyXAException (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging API Documentation 英文版文档


org.jboss.mq
Class SpyXAException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.transaction.xa.XAException
              extended byorg.jboss.mq.SpyXAException
All Implemented Interfaces:
org.jboss.util.NestedThrowable, Serializable

public class SpyXAException
extends XAException
implements org.jboss.util.NestedThrowable

An XAException with a nested throwable

Version:
$Revision: 1.3 $
Author:
Adrian Brock
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jboss.util.NestedThrowable
org.jboss.util.NestedThrowable.Util
 
Field Summary
protected  Throwable nested
          The nested throwable
 
Fields inherited from class javax.transaction.xa.XAException
errorCode, XA_HEURCOM, XA_HEURHAZ, XA_HEURMIX, XA_HEURRB, XA_NOMIGRATE, XA_RBBASE, XA_RBCOMMFAIL, XA_RBDEADLOCK, XA_RBEND, XA_RBINTEGRITY, XA_RBOTHER, XA_RBPROTO, XA_RBROLLBACK, XA_RBTIMEOUT, XA_RBTRANSIENT, XA_RDONLY, XA_RETRY, XAER_ASYNC, XAER_DUPID, XAER_INVAL, XAER_NOTA, XAER_OUTSIDE, XAER_PROTO, XAER_RMERR, XAER_RMFAIL
 
Fields inherited from interface org.jboss.util.NestedThrowable
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED
 
Constructor Summary
SpyXAException()
          Construct a SpyXAException
SpyXAException(int code)
          Construct a SpyXAException with the specified detail message and error code.
SpyXAException(int code, Throwable t)
          Construct a SpyXAException with the specified detail message and error code.
SpyXAException(String msg)
          Construct a SpyXAException with the specified detail message.
SpyXAException(String msg, Throwable t)
          Construct a SpyXAException with the specified detail message.
SpyXAException(Throwable t)
          Construct a SpyXAException
 
Method Summary
 Throwable getCause()
           
 Exception getLinkedException()
           
 String getMessage()
           
 Throwable getNested()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream stream)
           
 void printStackTrace(PrintWriter writer)
           
 void setLinkedException(Exception e)
           
 
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
 

Field Detail

nested

protected Throwable nested
The nested throwable

Constructor Detail

SpyXAException

public SpyXAException()
Construct a SpyXAException


SpyXAException

public SpyXAException(String msg)
Construct a SpyXAException with the specified detail message.

Parameters:
msg - Detail message.

SpyXAException

public SpyXAException(int code)
Construct a SpyXAException with the specified detail message and error code.

Parameters:
code - Error code.

SpyXAException

public SpyXAException(Throwable t)
Construct a SpyXAException


SpyXAException

public SpyXAException(String msg,
                      Throwable t)
Construct a SpyXAException with the specified detail message.

Parameters:
msg - Detail message.

SpyXAException

public SpyXAException(int code,
                      Throwable t)
Construct a SpyXAException with the specified detail message and error code.

Parameters:
code - Error code.
Method Detail

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

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.