|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.motorola.oem.OEMException com.motorola.oem.access.AccessException
public class AccessException
Exception type for Access class.
Field Summary | |
---|---|
static int |
CPHS_NOT_AVAIL_ERROR
CPHS not available |
static int |
ICC_NOT_AVAIL_ERROR
ICC ID not available |
static int |
INVALID_ACQUIRE_HANLE_ERROR
Unable to register handler of confirmation event |
static int |
INVALID_PIN1_ERROR
Invalid SIM card |
static int |
LANG_NOT_AVAIL_ERROR
Preferred languages list not available |
static int |
MEMORY_FAIL_ERROR
Memory operation failed |
static int |
NO_SIM_ERROR
SIM card not inserted |
static int |
OPERATION_NOT_ALLOWED_ERROR
SIM Operation not allowed |
static int |
PASSWORD_SYNTAX_ERROR
Syntax error in PIN1 code |
static int |
PHONE_FAIL_ERROR
Phone failure |
static int |
PHONEBOOK_READ_FAIL_ERROR
Phone Book read failure |
static int |
PIN1_IS_BLOCKED_ERROR
PIN1 is blocked |
static int |
PIN1_IS_PERM_BLOCKED_ERROR
PIN1 is permanently blocked |
static int |
SERVICE_NOT_SUPPORTED_ERROR
Service not supported |
static int |
SIM_BUSY_ERROR
SIM card busy |
static int |
SIM_FAIL_ERROR
SIM card failure |
static int |
SIM_PIN1_IS_NOT_ACTIVE_ERROR
SIM PIN1 is not active |
static int |
SIM_PIN1_NO_SECRET_CODE_ERROR
SIM PIN1 has no secret code |
static int |
SIM_PIN1_REQUIRED_ERROR
SIM PIN1 required |
static int |
UNABLE_REGISTER_CNF_EVENT_ERROR
Unable to register platform confirmation event |
Fields inherited from class com.motorola.oem.OEMException |
---|
CONFIGURATION_ERROR, CONSTRUCT_CLASS_ERROR, GENERAL_ERROR, ILLEGAL_PARAM_ERROR |
Constructor Summary | |
---|---|
AccessException(int errorCode,
java.lang.String errorMessage)
Constructs AccessException with the specified error code and error message. |
Method Summary |
---|
Methods inherited from class com.motorola.oem.OEMException |
---|
getErrorCode |
Methods inherited from class java.lang.Throwable |
---|
getMessage, printStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int UNABLE_REGISTER_CNF_EVENT_ERROR
public static final int INVALID_ACQUIRE_HANLE_ERROR
public static final int INVALID_PIN1_ERROR
public static final int OPERATION_NOT_ALLOWED_ERROR
public static final int PASSWORD_SYNTAX_ERROR
public static final int SERVICE_NOT_SUPPORTED_ERROR
public static final int PIN1_IS_BLOCKED_ERROR
public static final int PIN1_IS_PERM_BLOCKED_ERROR
public static final int MEMORY_FAIL_ERROR
public static final int SIM_BUSY_ERROR
public static final int SIM_FAIL_ERROR
public static final int NO_SIM_ERROR
public static final int PHONE_FAIL_ERROR
public static final int PHONEBOOK_READ_FAIL_ERROR
public static final int ICC_NOT_AVAIL_ERROR
public static final int CPHS_NOT_AVAIL_ERROR
public static final int LANG_NOT_AVAIL_ERROR
public static final int SIM_PIN1_IS_NOT_ACTIVE_ERROR
public static final int SIM_PIN1_NO_SECRET_CODE_ERROR
public static final int SIM_PIN1_REQUIRED_ERROR
Constructor Detail |
---|
public AccessException(int errorCode, java.lang.String errorMessage)
errorMessage
- error message to be used.errorCode
- error code of specific Access API exception type.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |