|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.as400.access.ProxyException
public class ProxyException
The ProxyException class represents an exception that indicates an error occurred while communicating with the proxy server.
Field Summary | |
---|---|
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. |
Method Summary | |
---|---|
int |
getReturnCode()
Returns the return code associated with this exception. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Method Detail |
---|
public int getReturnCode()
getReturnCode
in interface ReturnCodeException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |