public class WebException extends RuntimeException
| 构造器和说明 |
|---|
WebException() |
WebException(int errorCode,
String message) |
WebException(int errorCode,
Throwable cause) |
WebException(String message) |
WebException(String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
errorCode() |
Copyright © 2025. All rights reserved.