public class RestBackException extends RuntimeException
| 构造器和说明 |
|---|
RestBackException(int errorCode,
String errorMsg) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode() |
String |
getErrorMsg() |
void |
setErrorCode(int errorCode) |
void |
setErrorMsg(String errorMsg) |
public RestBackException(int errorCode,
String errorMsg)
errorCode - 错误CODE值errorMsg - 错误信息Copyright © 2017. All rights reserved.