| Package | Description |
|---|---|
| io.seata.common.exception |
| Modifier and Type | Method and Description |
|---|---|
FrameworkErrorCode |
FrameworkException.getErrcode()
Gets errcode.
|
static FrameworkErrorCode |
FrameworkErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameworkErrorCode[] |
FrameworkErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DataAccessException(FrameworkErrorCode err)
constructor with framework error code
|
DataAccessException(String msg,
FrameworkErrorCode errCode)
constructor with msg and framework error code
|
DataAccessException(Throwable cause,
String msg,
FrameworkErrorCode errCode)
constructor with cause and msg and framework error code
|
FrameworkException(FrameworkErrorCode err)
Instantiates a new Framework exception.
|
FrameworkException(String msg,
FrameworkErrorCode errCode)
Instantiates a new Framework exception.
|
FrameworkException(Throwable cause,
String msg,
FrameworkErrorCode errCode)
Instantiates a new Framework exception.
|
RedisException(FrameworkErrorCode err)
Instantiates a new Redis exception.
|
RedisException(String msg,
FrameworkErrorCode errCode)
Instantiates a new Redis exception.
|
RedisException(Throwable cause,
String msg,
FrameworkErrorCode errCode)
Instantiates a new Redis exception.
|
StoreException(FrameworkErrorCode err)
Instantiates a new Store exception.
|
StoreException(String msg,
FrameworkErrorCode errCode)
Instantiates a new Store exception.
|
StoreException(Throwable cause,
String msg,
FrameworkErrorCode errCode)
Instantiates a new Store exception.
|
Copyright © 2023 Seata. All rights reserved.