All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.ConnectionDroppedException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----com.ibm.as400.access.ConnectionDroppedException

public class ConnectionDroppedException
extends IOException
implements ReturnCodeException
The ConnectionDroppedException class represents an exception that indicates that the AS/400 connection was dropped unexpectedly.


Variable Index

 o COMMUNICATIONS_ERROR
The return code indicating that an error occurred in communications.
 o CONNECTION_DROPPED
The return code indicating that the connection was dropped unexpectedly.
 o CONNECTION_NOT_ACTIVE
The return code indicating that the connection is not active.

Method Index

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

Variables

 o COMMUNICATIONS_ERROR
 public static final int COMMUNICATIONS_ERROR
The return code indicating that an error occurred in communications.

 o CONNECTION_DROPPED
 public static final int CONNECTION_DROPPED
The return code indicating that the connection was dropped unexpectedly.

 o CONNECTION_NOT_ACTIVE
 public static final int CONNECTION_NOT_ACTIVE
The return code indicating that the connection is not active.

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