public abstract class AbstractTransactionResponse extends AbstractResultMessage
msg, resultCodectx, LOGGER, serialVersionUID, UTF8| Constructor and Description |
|---|
AbstractTransactionResponse() |
| Modifier and Type | Method and Description |
|---|---|
TransactionExceptionCode |
getTransactionExceptionCode()
Gets transaction exception code.
|
void |
setTransactionExceptionCode(TransactionExceptionCode transactionExceptionCode)
Sets transaction exception code.
|
getMsg, getResultCode, setMsg, setResultCodebytesToInt, intToBytes, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypeCodepublic TransactionExceptionCode getTransactionExceptionCode()
public void setTransactionExceptionCode(TransactionExceptionCode transactionExceptionCode)
transactionExceptionCode - the transaction exception codeCopyright © 2023 Seata. All rights reserved.