public class InvocationException extends RuntimeException
| Constructor and Description |
|---|
InvocationException(String errorCode,
String errorMessage,
String chainInfo)
构造一个基本异常.
|
InvocationException(String errorCode,
Throwable cause)
构造一个基本异常.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getChainInfo() |
String |
getErrorCode() |
String |
getErrorMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2023. All rights reserved.