public class WeChatException extends RuntimeException
| 构造器和说明 |
|---|
WeChatException() |
WeChatException(Integer code,
String message) |
WeChatException(String message) |
WeChatException(WeChatResponse response) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getErrorCode() |
void |
setErrorCode(Integer errorCode) |
public WeChatException()
public WeChatException(String message)
public WeChatException(WeChatResponse response)
Copyright © 2023. All rights reserved.