Fields Summary |
---|
public int | errorCodeThe error code with which to create the SystemException. |
public static final int | XA_RBBASEThe inclusive lower bound of the rollback codes. |
public static final int | XA_RBROLLBACKIndicates that the rollback was caused by an unspecified reason. |
public static final int | XA_RBCOMMFAILIndicates that the rollback was caused by a communication failure. |
public static final int | XA_RBDEADLOCKA deadlock was detected. |
public static final int | XA_RBINTEGRITYA condition that violates the integrity of the resource was detected. |
public static final int | XA_RBOTHERThe resource manager rolled back the transaction branch for a reason
not on this list. |
public static final int | XA_RBPROTOA protocol error occurred in the resource manager. |
public static final int | XA_RBTIMEOUTA transaction branch took too long. |
public static final int | XA_RBTRANSIENTMay retry the transaction branch. |
public static final int | XA_RBENDThe inclusive upper bound of the rollback error code. |
public static final int | XA_NOMIGRATEResumption must occur where the suspension occurred. |
public static final int | XA_HEURHAZThe transaction branch may have been heuristically completed. |
public static final int | XA_HEURCOMThe transaction branch has been heuristically committed. |
public static final int | XA_HEURRBThe transaction branch has been heuristically rolled back. |
public static final int | XA_HEURMIXThe transaction branch has been heuristically committed and
rolled back. |
public static final int | XA_RETRYRoutine returned with no effect and may be reissued. |
public static final int | XA_RDONLYThe transaction branch was read-only and has been committed. |
public static final int | XAER_ASYNCThere is an asynchronous operation already outstanding. |
public static final int | XAER_RMERRA resource manager error has occurred in the transaction branch. |
public static final int | XAER_NOTAThe XID is not valid. |
public static final int | XAER_INVALInvalid arguments were given. |
public static final int | XAER_PROTORoutine was invoked in an improper context. |
public static final int | XAER_RMFAILResource manager is unavailable. |
public static final int | XAER_DUPIDThe XID already exists. |
public static final int | XAER_OUTSIDEThe resource manager is doing work outside a global transaction. |