public static enum AuthenticationException.Code extends java.lang.Enum<AuthenticationException.Code>
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static AuthenticationException.Code |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationException.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationException.Code SERVICE_ERROR
public static final AuthenticationException.Code INVALID_INPUT
public static final AuthenticationException.Code MISSING_INPUT
public static final AuthenticationException.Code METHOD_NOT_ALLOWED
public static final AuthenticationException.Code AUTHENTICATION_ERROR
public static final AuthenticationException.Code USER_CERTIFICATE_MISSING
public static final AuthenticationException.Code UNABLE_TO_TEST_USER_CERTIFICATE
public static final AuthenticationException.Code USER_PHONE_ERROR
public static final AuthenticationException.Code NO_AGREEMENT
public static final AuthenticationException.Code CERTIFICATE_REVOKED
public static final AuthenticationException.Code NOT_ACTIVATED
public static final AuthenticationException.Code NOT_VALID
public static final AuthenticationException.Code USER_AUTHENTICATED
public static final AuthenticationException.Code OUTSTANDING_TRANSACTION
public static final AuthenticationException.Code EXPIRED_TRANSACTION
public static final AuthenticationException.Code USER_CANCEL
public static final AuthenticationException.Code MID_NOT_READY
public static final AuthenticationException.Code PHONE_ABSENT
public static final AuthenticationException.Code SENDING_ERROR
public static final AuthenticationException.Code SIM_ERROR
public static final AuthenticationException.Code INTERNAL_ERROR
public static AuthenticationException.Code[] values()
for (AuthenticationException.Code c : AuthenticationException.Code.values()) System.out.println(c);
public static AuthenticationException.Code valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getCode()