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.
-
LIBRARY_DOES_NOT_EXIST
- The return code indicating that
the library does not exist.
-
OBJECT_DOES_NOT_EXIST
- The return code indicating that
the object does not exist.
-
getReturnCode()
- Returns the return code associated with this exception.
LIBRARY_DOES_NOT_EXIST
public static final int LIBRARY_DOES_NOT_EXIST
- The return code indicating that
the library does not exist.
OBJECT_DOES_NOT_EXIST
public static final int OBJECT_DOES_NOT_EXIST
- The return code indicating that
the object does not exist.
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