public class StatusException extends SolonException
| 构造器和说明 |
|---|
StatusException(String message,
int code) |
StatusException(String message,
Throwable cause,
int code) |
StatusException(Throwable cause,
int code) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode()
获取状态码
|
Copyright © 2024. All rights reserved.