javax.transaction.xa
类 XAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.transaction.xa.XAException
- 所有已实现的接口:
- Serializable
public class XAException
- extends Exception
- 版本:
- $Rev: 467742 $ $Date: 2010/04/07 16:52:45 $
- 另请参见:
- 序列化表格
| 从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XA_RBBASE
public static final int XA_RBBASE
- 另请参见:
- 常量字段值
XA_RBROLLBACK
public static final int XA_RBROLLBACK
- 另请参见:
- 常量字段值
XA_RBCOMMFAIL
public static final int XA_RBCOMMFAIL
- 另请参见:
- 常量字段值
XA_RBDEADLOCK
public static final int XA_RBDEADLOCK
- 另请参见:
- 常量字段值
XA_RBINTEGRITY
public static final int XA_RBINTEGRITY
- 另请参见:
- 常量字段值
XA_RBOTHER
public static final int XA_RBOTHER
- 另请参见:
- 常量字段值
XA_RBPROTO
public static final int XA_RBPROTO
- 另请参见:
- 常量字段值
XA_RBTIMEOUT
public static final int XA_RBTIMEOUT
- 另请参见:
- 常量字段值
XA_RBTRANSIENT
public static final int XA_RBTRANSIENT
- 另请参见:
- 常量字段值
XA_RBEND
public static final int XA_RBEND
- 另请参见:
- 常量字段值
XA_NOMIGRATE
public static final int XA_NOMIGRATE
- 另请参见:
- 常量字段值
XA_HEURHAZ
public static final int XA_HEURHAZ
- 另请参见:
- 常量字段值
XA_HEURCOM
public static final int XA_HEURCOM
- 另请参见:
- 常量字段值
XA_HEURRB
public static final int XA_HEURRB
- 另请参见:
- 常量字段值
XA_HEURMIX
public static final int XA_HEURMIX
- 另请参见:
- 常量字段值
XA_RETRY
public static final int XA_RETRY
- 另请参见:
- 常量字段值
XA_RDONLY
public static final int XA_RDONLY
- 另请参见:
- 常量字段值
XAER_ASYNC
public static final int XAER_ASYNC
- 另请参见:
- 常量字段值
XAER_RMERR
public static final int XAER_RMERR
- 另请参见:
- 常量字段值
XAER_NOTA
public static final int XAER_NOTA
- 另请参见:
- 常量字段值
XAER_INVAL
public static final int XAER_INVAL
- 另请参见:
- 常量字段值
XAER_PROTO
public static final int XAER_PROTO
- 另请参见:
- 常量字段值
XAER_RMFAIL
public static final int XAER_RMFAIL
- 另请参见:
- 常量字段值
XAER_DUPID
public static final int XAER_DUPID
- 另请参见:
- 常量字段值
XAER_OUTSIDE
public static final int XAER_OUTSIDE
- 另请参见:
- 常量字段值
errorCode
public int errorCode
XAException
public XAException()
XAException
public XAException(String message)
XAException
public XAException(int errorCode)
Copyright © 2013. All Rights Reserved.