public class ProxyException extends RuntimeException
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
ERROR_BACKEND_CONNECT_FAIL |
static int |
ERROR_BACKEND_NO_CONNECTION |
static int |
ERROR_UNKOWN |
| 构造器和说明 |
|---|
ProxyException() |
ProxyException(int errorNumber,
String message) |
ProxyException(int errorNumber,
String message,
Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorNumber() |
void |
setErrorNumber(int errorNumber) |
static String |
stackTraceToString(Throwable cause) |
String |
toString() |
public static final int ERROR_UNKOWN
public static final int ERROR_BACKEND_NO_CONNECTION
public static final int ERROR_BACKEND_CONNECT_FAIL
public ProxyException()
public ProxyException(int errorNumber,
String message)
Copyright © 2021. All rights reserved.