public class BusinessException extends RuntimeException
| 构造器和说明 |
|---|
BusinessException() |
BusinessException(int code,
String message) |
BusinessException(int code,
String message,
Throwable cause) |
BusinessException(int code,
Throwable cause) |
BusinessException(Object data,
String message) |
BusinessException(Object data,
String message,
Throwable cause) |
BusinessException(String message) |
BusinessException(String message,
Throwable cause) |
BusinessException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode() |
ResultInfo<Object> |
getResult() |
public BusinessException()
public BusinessException(String message)
public BusinessException(int code,
String message)
public BusinessException(int code,
Throwable cause)
public BusinessException(Throwable cause)
public int getCode()
public ResultInfo<Object> getResult()
Copyright © 2025. All rights reserved.