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.


Variable Index

 o CONNECTION_DROPPED
The return code indicating that a connection to the proxy server was dropped.
 o CONNECTION_NOT_ESTABLISHED
The return code indicating that a connection to the proxy server cannot be established.
 o CONNECTION_REJECTED
The return code indicating that a connection to the proxy server was rejected.

Method Index

 o getReturnCode()
Returns the return code associated with this exception.

Variables

 o CONNECTION_NOT_ESTABLISHED
 public static final int CONNECTION_NOT_ESTABLISHED
The return code indicating that a connection to the proxy server cannot be established.

 o CONNECTION_DROPPED
 public static final int CONNECTION_DROPPED
The return code indicating that a connection to the proxy server was dropped.

 o CONNECTION_REJECTED
 public static final int CONNECTION_REJECTED
The return code indicating that a connection to the proxy server was rejected.

Methods

 o 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