public class ServerException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected String |
errorCode |
protected String |
errorMsg |
protected String |
requestId |
| Modifier | Constructor and Description |
|---|---|
|
ServerException(String errorCode,
String errorMsg,
String requestId) |
protected |
ServerException(String errorCode,
String errorMsg,
String detailMsg,
String requestId) |
protected |
ServerException(String errorCode,
String errorMsg,
String detailMsg,
String requestId,
Throwable cause) |
|
ServerException(String errorCode,
String errorMsg,
String requestId,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorCode() |
String |
getErrorMsg() |
String |
getRequestId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final String errorCode
protected final String errorMsg
protected final String requestId
Copyright © 2025 Webull. All rights reserved.