public class SystemException extends FlyingSpurBaseException
| 构造器和说明 |
|---|
SystemException(ExceptionInfo exceptionInfo) |
SystemException(ExceptionInfo exceptionInfo,
Object data) |
SystemException(Integer code,
String message) |
SystemException(Integer code,
String message,
Object data) |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getCode() |
Object |
getData() |
void |
setCode(Integer code) |
void |
setData(Object data) |
String |
toString() |
public SystemException(ExceptionInfo exceptionInfo)
public SystemException(ExceptionInfo exceptionInfo, Object data)
Copyright © 2023. All rights reserved.