All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.as400.access.ObjectDoesNotExistException

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

public class ObjectDoesNotExistException
extends Exception
implements ReturnCodeException
The ObjectDoesNotExistException class represents an exception that indicates that an AS/400 object does not exists.


Variable Index

 o LIBRARY_DOES_NOT_EXIST
The return code indicating that the library does not exist.
 o OBJECT_DOES_NOT_EXIST
The return code indicating that the object does not exist.

Method Index

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

Variables

 o LIBRARY_DOES_NOT_EXIST
 public static final int LIBRARY_DOES_NOT_EXIST
The return code indicating that the library does not exist.

 o OBJECT_DOES_NOT_EXIST
 public static final int OBJECT_DOES_NOT_EXIST
The return code indicating that the object does not exist.

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