public static enum CommandException.Error extends Enum<CommandException.Error>
Modifier and Type | Method and Description |
---|---|
static CommandException.Error |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandException.Error[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandException.Error INVALID_RESPONSE
public static final CommandException.Error RADIO_NOT_AVAILABLE
public static final CommandException.Error GENERIC_FAILURE
public static final CommandException.Error PASSWORD_INCORRECT
public static final CommandException.Error SIM_PIN2
public static final CommandException.Error SIM_PUK2
public static final CommandException.Error REQUEST_NOT_SUPPORTED
public static final CommandException.Error OP_NOT_ALLOWED_DURING_VOICE_CALL
public static final CommandException.Error OP_NOT_ALLOWED_BEFORE_REG_NW
public static final CommandException.Error SMS_FAIL_RETRY
public static final CommandException.Error SIM_ABSENT
public static final CommandException.Error SUBSCRIPTION_NOT_AVAILABLE
public static final CommandException.Error MODE_NOT_SUPPORTED
public static final CommandException.Error FDN_CHECK_FAILURE
public static final CommandException.Error ILLEGAL_SIM_OR_ME
public static final CommandException.Error MISSING_RESOURCE
public static final CommandException.Error NO_SUCH_ELEMENT
public static final CommandException.Error SUBSCRIPTION_NOT_SUPPORTED
public static final CommandException.Error DIAL_MODIFIED_TO_USSD
public static final CommandException.Error DIAL_MODIFIED_TO_SS
public static final CommandException.Error DIAL_MODIFIED_TO_DIAL
public static final CommandException.Error USSD_MODIFIED_TO_DIAL
public static final CommandException.Error USSD_MODIFIED_TO_SS
public static final CommandException.Error USSD_MODIFIED_TO_USSD
public static final CommandException.Error SS_MODIFIED_TO_DIAL
public static final CommandException.Error SS_MODIFIED_TO_USSD
public static final CommandException.Error SS_MODIFIED_TO_SS
public static final CommandException.Error SIM_ALREADY_POWERED_OFF
public static final CommandException.Error SIM_ALREADY_POWERED_ON
public static final CommandException.Error SIM_DATA_NOT_AVAILABLE
public static final CommandException.Error SIM_SAP_CONNECT_FAILURE
public static final CommandException.Error SIM_SAP_MSG_SIZE_TOO_LARGE
public static final CommandException.Error SIM_SAP_MSG_SIZE_TOO_SMALL
public static final CommandException.Error SIM_SAP_CONNECT_OK_CALL_ONGOING
public static final CommandException.Error LCE_NOT_SUPPORTED
public static final CommandException.Error NO_MEMORY
public static final CommandException.Error INTERNAL_ERR
public static final CommandException.Error SYSTEM_ERR
public static final CommandException.Error MODEM_ERR
public static final CommandException.Error INVALID_STATE
public static final CommandException.Error NO_RESOURCES
public static final CommandException.Error SIM_ERR
public static final CommandException.Error INVALID_ARGUMENTS
public static final CommandException.Error INVALID_SIM_STATE
public static final CommandException.Error INVALID_MODEM_STATE
public static final CommandException.Error INVALID_CALL_ID
public static final CommandException.Error NO_SMS_TO_ACK
public static final CommandException.Error NETWORK_ERR
public static final CommandException.Error REQUEST_RATE_LIMITED
public static final CommandException.Error SIM_BUSY
public static final CommandException.Error SIM_FULL
public static final CommandException.Error NETWORK_REJECT
public static final CommandException.Error OPERATION_NOT_ALLOWED
public static final CommandException.Error EMPTY_RECORD
public static final CommandException.Error INVALID_SMS_FORMAT
public static final CommandException.Error ENCODING_ERR
public static final CommandException.Error INVALID_SMSC_ADDRESS
public static final CommandException.Error NO_SUCH_ENTRY
public static final CommandException.Error NETWORK_NOT_READY
public static final CommandException.Error NOT_PROVISIONED
public static final CommandException.Error NO_SUBSCRIPTION
public static final CommandException.Error NO_NETWORK_FOUND
public static final CommandException.Error DEVICE_IN_USE
public static final CommandException.Error ABORTED
public static final CommandException.Error OEM_ERROR_1
public static final CommandException.Error OEM_ERROR_2
public static final CommandException.Error OEM_ERROR_3
public static final CommandException.Error OEM_ERROR_4
public static final CommandException.Error OEM_ERROR_5
public static final CommandException.Error OEM_ERROR_6
public static final CommandException.Error OEM_ERROR_7
public static final CommandException.Error OEM_ERROR_8
public static final CommandException.Error OEM_ERROR_9
public static final CommandException.Error OEM_ERROR_10
public static final CommandException.Error OEM_ERROR_11
public static final CommandException.Error OEM_ERROR_12
public static final CommandException.Error OEM_ERROR_13
public static final CommandException.Error OEM_ERROR_14
public static final CommandException.Error OEM_ERROR_15
public static final CommandException.Error OEM_ERROR_16
public static final CommandException.Error OEM_ERROR_17
public static final CommandException.Error OEM_ERROR_18
public static final CommandException.Error OEM_ERROR_19
public static final CommandException.Error OEM_ERROR_20
public static final CommandException.Error OEM_ERROR_21
public static final CommandException.Error OEM_ERROR_22
public static final CommandException.Error OEM_ERROR_23
public static final CommandException.Error OEM_ERROR_24
public static final CommandException.Error OEM_ERROR_25
public static CommandException.Error[] values()
for (CommandException.Error c : CommandException.Error.values()) System.out.println(c);
public static CommandException.Error valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null