| 程序包 | 说明 |
|---|---|
| io.seata.tm.api |
| 限定符和类型 | 方法和说明 |
|---|---|
TransactionalExecutor.Code |
TransactionalExecutor.ExecutionException.getCode()
Gets code.
|
static TransactionalExecutor.Code |
TransactionalExecutor.Code.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TransactionalExecutor.Code[] |
TransactionalExecutor.Code.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
TransactionalExecutor.ExecutionException.setCode(TransactionalExecutor.Code code)
Sets code.
|
| 构造器和说明 |
|---|
ExecutionException(GlobalTransaction transaction,
String message,
Throwable cause,
TransactionalExecutor.Code code,
Throwable originalException)
Instantiates a new Execution exception.
|
ExecutionException(GlobalTransaction transaction,
Throwable cause,
TransactionalExecutor.Code code)
Instantiates a new Execution exception.
|
ExecutionException(GlobalTransaction transaction,
Throwable cause,
TransactionalExecutor.Code code,
Throwable originalException)
Instantiates a new Execution exception.
|
ExecutionException(GlobalTransaction transaction,
TransactionalExecutor.Code code,
Throwable originalException)
Instantiates a new Execution exception.
|
Copyright © 2019 Seata. All rights reserved.