ReturnCodeException
, Serializable
public class ProxyException extends RuntimeException implements ReturnCodeException
Modifier and Type | Field | Description |
---|---|---|
static int |
CONNECTION_DROPPED |
The return code indicating that a connection to the proxy server
was dropped.
|
static int |
CONNECTION_NOT_ESTABLISHED |
The return code indicating that a connection to the proxy server
cannot be established.
|
static int |
CONNECTION_REJECTED |
The return code indicating that a connection to the proxy server
was rejected.
|
static int |
VERSION_MISMATCH |
The return code indicating that communication failed to the proxy
server because of a mismatch between code levels.
|
Modifier and Type | Method | Description |
---|---|---|
int |
getReturnCode() |
Returns the return code associated with this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final int CONNECTION_NOT_ESTABLISHED
public static final int CONNECTION_DROPPED
public static final int CONNECTION_REJECTED
public static final int VERSION_MISMATCH
public int getReturnCode()
getReturnCode
in interface ReturnCodeException
Copyright © 2023. All rights reserved.