|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.transaction.xa.XAException
weblogic.transaction.XAException
public final class XAException
| Field Summary |
|---|
| 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 |
| Constructor Summary | |
|---|---|
XAException()
|
|
XAException(int errCode,
String errMsg,
Throwable t)
|
|
XAException(String s)
|
|
XAException(String s,
Throwable t)
|
|
| Method Summary | |
|---|---|
Throwable |
getNested()
|
void |
printStackTrace()
|
void |
printStackTrace(PrintStream s)
|
void |
superPrintStackTrace(PrintStream ps)
|
void |
superPrintStackTrace(PrintWriter pw)
|
String |
superToString()
|
String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XAException()
public XAException(String s)
public XAException(String s,
Throwable t)
public XAException(int errCode,
String errMsg,
Throwable t)
| Method Detail |
|---|
public Throwable getNested()
weblogic.utils.NestedThrowable#getNested()public String superToString()
public void superPrintStackTrace(PrintStream ps)
public void superPrintStackTrace(PrintWriter pw)
public String toString()
toString in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace()
printStackTrace in class Throwable
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 API Reference 11g Release 1 (10.3.1) Part Number E13941-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||