public class ProxyException extends java.lang.RuntimeException implements ReturnCodeException
| Modifier and Type | Field and Description | 
|---|---|
| static int | CONNECTION_DROPPEDThe return code indicating that a connection to the proxy server
was dropped. | 
| static int | CONNECTION_NOT_ESTABLISHEDThe return code indicating that a connection to the proxy server
cannot be established. | 
| static int | CONNECTION_REJECTEDThe return code indicating that a connection to the proxy server
was rejected. | 
| static int | VERSION_MISMATCHThe return code indicating that communication failed to the proxy
server because of a mismatch between code levels. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getReturnCode()Returns the return code associated with this exception. | 
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