|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.as400.access.list.OpenListException
Represents an exception that indicates an error has occurred processing an Open List API call on the system.
Field Summary | |
---|---|
static int |
LIST_INFO_NOT_VALID
Error indicating that the list information did not exist or there was not enough list information returned to determine the list status. |
static int |
LIST_STATUS_BUILDING
Status indicating that the list is in the process of being built. |
static int |
LIST_STATUS_ERROR
Status indicating an error occurred when building the list. |
static int |
LIST_STATUS_FULL
Status indicating there is too much data to be returned. |
static int |
LIST_STATUS_PENDING
Status indicating that the building of the list is pending. |
static int |
LIST_STATUS_PRIMED
Status indicating the list is primed and ready to be built. |
Method Summary | |
---|---|
int |
getStatus()
Returns the list status indicator for the Open List API call that generated this exception, or the error code. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int LIST_INFO_NOT_VALID
public static final int LIST_STATUS_PENDING
public static final int LIST_STATUS_BUILDING
public static final int LIST_STATUS_ERROR
public static final int LIST_STATUS_PRIMED
public static final int LIST_STATUS_FULL
Method Detail |
public int getStatus()
LIST_STATUS_PENDING
LIST_STATUS_BUILDING
LIST_STATUS_ERROR
LIST_STATUS_PRIMED
LIST_STATUS_FULL
LIST_INFO_NOT_VALID
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |