public class TransactionStateException extends TransactionException
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
NON_ASPECT |
static int |
NON_MOD |
static int |
RPC_ERR |
| 构造器和说明 |
|---|
TransactionStateException(String message,
int code) |
TransactionStateException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
int code) |
TransactionStateException(String message,
Throwable cause,
int code) |
TransactionStateException(Throwable cause,
int code) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
public static final int NON_MOD
public static final int NON_ASPECT
public static final int RPC_ERR
Copyright © 2019. All rights reserved.