public class RspDataException extends RuntimeException
| 构造器和说明 |
|---|
RspDataException(Integer code,
String error) |
RspDataException(RspData rst) |
| 限定符和类型 | 方法和说明 |
|---|---|
RspData |
getRst() |
static RspDataException |
RstCodeErrBean(Integer code) |
static RspDataException |
RstComErrBeanWithStr(String error) |
static RspDataException |
RstTypeErrBeanWithType(RspDataCodeType type) |
void |
setRst(RspData rst) |
private RspData rst
public RspDataException(RspData rst)
public static RspDataException RstComErrBeanWithStr(String error)
public static RspDataException RstTypeErrBeanWithType(RspDataCodeType type)
public static RspDataException RstCodeErrBean(Integer code)
public RspData getRst()
public void setRst(RspData rst)
Copyright © 2019. All rights reserved.