public class ExceptionResult extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private Integer |
code |
private String |
data |
private String |
message |
private String |
timestamp |
| 构造器和说明 |
|---|
ExceptionResult(BaseExceptionEnum e) |
ExceptionResult(Integer code,
String message) |
ExceptionResult(SnowException e) |
ExceptionResult(String message) |
private Integer code
private String message
private String data
private String timestamp
public ExceptionResult(SnowException e)
public ExceptionResult(BaseExceptionEnum e)
public ExceptionResult(String message)
Copyright © 2023. All rights reserved.