public class HttpException extends Exception
| 构造器和说明 |
|---|
HttpException(String errorMsg) |
HttpException(String errorCode,
String errorMsg) |
HttpException(String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrorCode() |
String |
getErrorMsg() |
void |
setErrorCode(String errorCode) |
void |
setErrorMsg(String errorMsg) |
public HttpException(String errorMsg)
Copyright © 2021. All rights reserved.