public class IdempotentException extends RuntimeException
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
IDEMPOTENT_CODE
ResultCode.API_DOUBLE_CALL
|
static String |
SYMBOL |
| 构造器和说明 |
|---|
IdempotentException() |
IdempotentException(String message) |
IdempotentException(String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
String |
getMsg() |
static IdempotentException |
specialMessage(String message)
特的message
|
public static int IDEMPOTENT_CODE
public static String SYMBOL
public IdempotentException()
public IdempotentException(String message)
public static IdempotentException specialMessage(String message)
public int getCode()
public String getMsg()
Copyright © 2024 tan. All rights reserved.