public class OpenListException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
getStatus()
Returns the list status indicator for the Open List API call that generated this exception, or the error code.
|
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