| Package | Description |
|---|---|
| io.seata.core.exception |
| Modifier and Type | Method and Description |
|---|---|
static TransactionExceptionCode |
TransactionExceptionCode.get(byte ordinal)
Deprecated.
Get transaction exception code.
|
static TransactionExceptionCode |
TransactionExceptionCode.get(int ordinal)
Deprecated.
Get transaction exception code.
|
static TransactionExceptionCode |
TransactionExceptionCode.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TransactionExceptionCode[] |
TransactionExceptionCode.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TransactionException(TransactionExceptionCode code)
Deprecated.
|
TransactionException(TransactionExceptionCode code,
String message)
Deprecated.
|
TransactionException(TransactionExceptionCode code,
String message,
Throwable cause)
Deprecated.
|
TransactionException(TransactionExceptionCode code,
Throwable cause)
Deprecated.
|
Copyright © 2025 Apache. All rights reserved.