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.
-
OBJECT_ALREADY_EXISTS
- The return code indicating that the
object already exists.
-
getReturnCode()
- Returns the return code associated with this exception.
OBJECT_ALREADY_EXISTS
public static final int OBJECT_ALREADY_EXISTS
- The return code indicating that the
object already exists.
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