|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.as400.access.ObjectDoesNotExistException
The ObjectDoesNotExistException class represents an exception that indicates that an AS/400 object does not exists.
Field Summary | |
static int |
LIBRARY_DOES_NOT_EXIST
The return code indicating that the library does not exist. |
static int |
OBJECT_DOES_NOT_EXIST
The return code indicating that the object does not exist. |
Method Summary | |
int |
getReturnCode()
Returns the return code associated with this exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int LIBRARY_DOES_NOT_EXIST
public static final int OBJECT_DOES_NOT_EXIST
Method Detail |
public int getReturnCode()
getReturnCode
in interface ReturnCodeException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |