| Package | Description |
|---|---|
| io.seata.tm.api |
| Modifier and Type | Method and Description |
|---|---|
TransactionalExecutor.Code |
TransactionalExecutor.ExecutionException.getCode()
Gets code.
|
static TransactionalExecutor.Code |
TransactionalExecutor.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionalExecutor.Code[] |
TransactionalExecutor.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionalExecutor.ExecutionException.setCode(TransactionalExecutor.Code code)
Sets code.
|
| Constructor and Description |
|---|
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 © 2023 Seata. All rights reserved.