public class StatusException extends SolonException
| Constructor and Description |
|---|
StatusException(String message,
int code) |
StatusException(String message,
Throwable cause,
int code) |
StatusException(Throwable cause,
int code) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode()
获取状态码
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2025. All rights reserved.