public class ChainException extends RuntimeException
| 构造器和说明 |
|---|
ChainException(int errorCode,
String errorMessage) |
ChainException(int errorCode,
String errorMessage,
Throwable e) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode() |
String |
getErrorMessage() |
Copyright © 2022. All rights reserved.