All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.ObjectAlreadyExistsException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----com.ibm.as400.access.ObjectAlreadyExistsException

public class ObjectAlreadyExistsException
extends Exception
implements ReturnCodeException
The ObjectAlreadyExistsException class represents an exception that indicates that an AS/400 object already exists.


Variable Index

 o OBJECT_ALREADY_EXISTS
The return code indicating that the object already exists.

Method Index

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

Variables

 o OBJECT_ALREADY_EXISTS
 public static final int OBJECT_ALREADY_EXISTS
The return code indicating that the object already exists.

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