public class AlipayApiException extends Exception
| 构造器和说明 |
|---|
AlipayApiException() |
AlipayApiException(String message) |
AlipayApiException(String errCode,
String errMsg) |
AlipayApiException(String message,
Throwable cause) |
AlipayApiException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrCode() |
String |
getErrMsg() |
Copyright © 2020. All rights reserved.