public enum APIExceptionCodes extends Enum<APIExceptionCodes>
APIExceptionCodes class.
Modifier and Type | Method and Description |
---|---|
String |
getMessageKey()
Getter for the field
messageKey . |
int |
getStatusCode()
Getter for the field
statusCode . |
static APIExceptionCodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIExceptionCodes[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final APIExceptionCodes EXTERNAL_ID_REQUIRED
public static final APIExceptionCodes VISITOR_ID_REQUIRED
public static final APIExceptionCodes TICKET_REQUIRED
public static final APIExceptionCodes VISITOR_IDS_REQUIRED
public static final APIExceptionCodes LINK_VISITOR_IDS_REQUIRED
public static final APIExceptionCodes UNLINK_VISITOR_IDS_REQUIRED
public static final APIExceptionCodes INVALID_VISITOR_ID_FORMAT
public static final APIExceptionCodes FAILED_TO_GET_TICKET
public static final APIExceptionCodes JMS_NOT_SETUP
public static final APIExceptionCodes DATASOURCE_NOT_SETUP
public static final APIExceptionCodes SITES_NOT_UP
public static final APIExceptionCodes INVALID_SITES_CONFIG
public static final APIExceptionCodes SITE_NAME_INVALID
public static final APIExceptionCodes SVS_ALREADY_CONFIGURED
public static final APIExceptionCodes TICKET_VALIDATION_FAILED
public static final APIExceptionCodes FAILED_TO_GET_VISITOR_PROFILE
public static final APIExceptionCodes STORED_PROFILE_ALREADY_EXIST
public static final APIExceptionCodes FAILED_TO_GET_VISITOR_AGGREGATED_PROFILE
public static final APIExceptionCodes FAILED_TO_PARSE_AGGREGATION_TEMPLATE
public static final APIExceptionCodes FAILED_TO_INVOKE_METHOD_ON_AGGREGATOR_CONTEXT_OBJECT
public static final APIExceptionCodes FAILED_TO_LOAD_AGGREGATION_TEMPLATE
public static final APIExceptionCodes FAILED_TO_GET_PROFILE_PROVIDER
public static final APIExceptionCodes FAILED_TO_GET_ACCESS_PROVIDER
public static final APIExceptionCodes FAILED_TO_SAVE_BLOB_MAX
public static final APIExceptionCodes FAILED_TO_GET_ITEM_FROM_DB
public static final APIExceptionCodes FAILED_TO_GET_ITEM_FROM_CACHE
public static final APIExceptionCodes FAILED_TO_INSTALL_PROFILE_PROVIDER_CONFIG
public static final APIExceptionCodes VISITOR_ID_ALREADY_EXIST
public static final APIExceptionCodes CONFIG_TYPE_NOT_FOUND
public static final APIExceptionCodes USERNAME_ALREADY_TAKEN
public static final APIExceptionCodes OBJECT_NOT_FOUND
public static final APIExceptionCodes VISITOR_ID_NOT_FOUND
public static final APIExceptionCodes VISITOR_IDS_NOT_FOUND
public static final APIExceptionCodes INVALID_REQUEST_DATA
public static final APIExceptionCodes FAILED_TO_GET_HEADER
public static final APIExceptionCodes WRONG_NUMBER_FORMAT
public static final APIExceptionCodes WRONG_AGGREGATION_TEMPLATE_FORMAT
public static final APIExceptionCodes FAILED_TO_GET_IDENTITY_PROVIDER
public static final APIExceptionCodes FAILED_TO_INSTALL_IDENTITY_PROVIDER_CONFIG
public static final APIExceptionCodes NO_REGISTERED_VISITOR_FOUND
public static final APIExceptionCodes FAILED_TO_INSTALL_ACCESS_PROVIDER_CONFIG
public static final APIExceptionCodes INCORRECT_REQUEST_FORMAT
public static APIExceptionCodes[] values()
for (APIExceptionCodes c : APIExceptionCodes.values()) System.out.println(c);
public static APIExceptionCodes 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 nullpublic int getStatusCode()
Getter for the field statusCode
.
Copyright © 2015 Oracle and/or its affiliates. All rights reserved.