All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.ProxyException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----com.ibm.as400.access.ProxyException
- public class ProxyException
- extends RuntimeException
- implements ReturnCodeException
The ProxyException class represents an exception that indicates
an error occurred while communicating with the proxy server.
-
CONNECTION_DROPPED
- The return code indicating that a connection to the proxy server
was dropped.
-
CONNECTION_NOT_ESTABLISHED
- The return code indicating that a connection to the proxy server
cannot be established.
-
CONNECTION_REJECTED
- The return code indicating that a connection to the proxy server
was rejected.
-
getReturnCode()
- Returns the return code associated with this exception.
CONNECTION_NOT_ESTABLISHED
public static final int CONNECTION_NOT_ESTABLISHED
- The return code indicating that a connection to the proxy server
cannot be established.
CONNECTION_DROPPED
public static final int CONNECTION_DROPPED
- The return code indicating that a connection to the proxy server
was dropped.
CONNECTION_REJECTED
public static final int CONNECTION_REJECTED
- The return code indicating that a connection to the proxy server
was rejected.
getReturnCode
public int getReturnCode()
- Returns the return code associated with this exception.
- Returns:
- The return code.
All Packages Class Hierarchy This Package Previous Next Index