Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » resource » connectionmanager » [javadoc | source]
org.jboss.resource.connectionmanager
public class: JBossLocalXAException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         javax.transaction.xa.XAException
            org.jboss.resource.connectionmanager.JBossLocalXAException

All Implemented Interfaces:
    NestedThrowable, Serializable

JBossLocalXAException
Fields inherited from javax.transaction.xa.XAException:
errorCode,  XA_RBBASE,  XA_RBROLLBACK,  XA_RBCOMMFAIL,  XA_RBDEADLOCK,  XA_RBINTEGRITY,  XA_RBOTHER,  XA_RBPROTO,  XA_RBTIMEOUT,  XA_RBTRANSIENT,  XA_RBEND,  XA_NOMIGRATE,  XA_HEURHAZ,  XA_HEURCOM,  XA_HEURRB,  XA_HEURMIX,  XA_RETRY,  XA_RDONLY,  XAER_ASYNC,  XAER_RMERR,  XAER_NOTA,  XAER_INVAL,  XAER_PROTO,  XAER_RMFAIL,  XAER_DUPID,  XAER_OUTSIDE
Constructor:
 public JBossLocalXAException() 
 public JBossLocalXAException(int errcode) 
 public JBossLocalXAException(String message) 
 public JBossLocalXAException(String message,
    int errorcode) 
 public JBossLocalXAException(String message,
    Throwable t) 
 public JBossLocalXAException(String message,
    int errorcode,
    Throwable t) 
Method from org.jboss.resource.connectionmanager.JBossLocalXAException Summary:
getCause,   getMessage,   getNested,   printStackTrace,   printStackTrace,   printStackTrace
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.resource.connectionmanager.JBossLocalXAException Detail:
 public Throwable getCause() 
 public String getMessage() 
    Returns the composite throwable message.
 public Throwable getNested() 
 public  void printStackTrace() 
    Prints the composite message and the embedded stack trace to System.err.
 public  void printStackTrace(PrintStream stream) 
    Prints the composite message and the embedded stack trace to the specified print stream.
 public  void printStackTrace(PrintWriter writer) 
    Prints the composite message and the embedded stack trace to the specified print writer.