public enum ServiceReasonCode extends java.lang.Enum<ServiceReasonCode>
| Modifier and Type | Method and Description |
|---|---|
static ServiceReasonCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceReasonCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceReasonCode UNDEFINED
public static final ServiceReasonCode AUTHENTICATION_ERROR
public static final ServiceReasonCode DOMAIN_ERROR
public static final ServiceReasonCode CONNECTION_ERROR
public static final ServiceReasonCode SERVER_UNTRUSTED_ERROR
public static final ServiceReasonCode INVALID_STATE_ERROR
public static final ServiceReasonCode SERVER_ERROR
public static final ServiceReasonCode SERVER_ENDED_ERROR
public static final ServiceReasonCode SUBSCRIPTION_ERROR
public static final ServiceReasonCode MAX_REGISTRATIONS_EXCEEDED_ERROR
public static final ServiceReasonCode REDIRECTED_ERROR
public static final ServiceReasonCode GENERAL_ERROR
public static final ServiceReasonCode UNRECOGNIZED_SERVER_NAME
public static final ServiceReasonCode SSL_FATAL_ALERT
public static final ServiceReasonCode INVALID_SERVER_IDENTITY
public static final ServiceReasonCode INVALID_SIP_DOMAIN
public static final ServiceReasonCode SERVER_CERTIFICATE_CHAIN_REVOKED
public static final ServiceReasonCode SERVER_CONFIGURATION_DATA_NOT_AVAILABLE
public static ServiceReasonCode[] values()
for (ServiceReasonCode c : ServiceReasonCode.values()) System.out.println(c);
public static ServiceReasonCode 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 null