public class BusinessException extends RuntimeException
| 构造器和说明 |
|---|
BusinessException() |
BusinessException(Integer httpCode,
String errorDescription,
Throwable throwable,
Webkit webkit) |
BusinessException(String s) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getErrorDescription() |
Integer |
getHttpCode() |
Throwable |
getThrowable() |
Webkit |
getWebkit() |
Copyright © 2022. All rights reserved.