|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.genesyslab.ail.Enum
com.genesyslab.ail.exception.TelephonyErrorException.Type
public static class TelephonyErrorException.Type
Constants for the types of telephony error.
| Field Summary | |
|---|---|
static TelephonyErrorException.Type |
CALL_EXPIRED
The call has expired. |
static int |
CALL_EXPIRED_
The call has expired. |
static TelephonyErrorException.Type |
CALL_REJECTED
The call has been rejected. |
static int |
CALL_REJECTED_
The call has been rejected. |
static TelephonyErrorException.Type |
INTERNAL
Internal error. |
static int |
INTERNAL_
Internal error. |
static TelephonyErrorException.Type |
INVALID_NUMBER
The number is invalid. |
static int |
INVALID_NUMBER_
The number is invalid. |
static TelephonyErrorException.Type |
INVALID_PASSWORD
The given password is incorrect. |
static int |
INVALID_PASSWORD_
The given password is incorrect. |
static TelephonyErrorException.Type |
LICENSE
The request failed for licence reasons. |
static int |
LICENSE_
The request failed for licence reasons. |
static int |
MAX
The number of constants. |
static TelephonyErrorException.Type |
UNSUPPORTED_OPERATION
The request can't be executed by this TServer. |
static int |
UNSUPPORTED_OPERATION_
The request can't be executed by this TServer. |
static TelephonyErrorException.Type |
USER_BUSY
The request failed because the user is busy. |
static int |
USER_BUSY_
The request failed because the user is busy. |
static TelephonyErrorException.Type |
VOICE_NETWORK
A problem was encountered on the voice network. |
static int |
VOICE_NETWORK_
A problem was encountered on the voice network. |
| Fields inherited from class com.genesyslab.ail.Enum |
|---|
CONSTANTS_RANGE |
| Method Summary | |
|---|---|
static TelephonyErrorException.Type |
getType(int value)
Returns the Type for this value. |
static int |
max()
The number of constants. |
| Methods inherited from class com.genesyslab.ail.Enum |
|---|
equals, hashCode, toInt, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int INTERNAL_
public static final TelephonyErrorException.Type INTERNAL
public static final int USER_BUSY_
public static final TelephonyErrorException.Type USER_BUSY
public static final int INVALID_NUMBER_
public static final TelephonyErrorException.Type INVALID_NUMBER
public static final int INVALID_PASSWORD_
public static final TelephonyErrorException.Type INVALID_PASSWORD
public static final int VOICE_NETWORK_
public static final TelephonyErrorException.Type VOICE_NETWORK
public static final int LICENSE_
public static final TelephonyErrorException.Type LICENSE
public static final int UNSUPPORTED_OPERATION_
public static final TelephonyErrorException.Type UNSUPPORTED_OPERATION
public static final int CALL_REJECTED_
public static final TelephonyErrorException.Type CALL_REJECTED
public static final int CALL_EXPIRED_
public static final TelephonyErrorException.Type CALL_EXPIRED
public static final int MAX
| Method Detail |
|---|
public static final int max()
public static final TelephonyErrorException.Type getType(int value)
Type for this value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||