public enum OMAGAdminErrorCode extends Enum<OMAGAdminErrorCode> implements ExceptionMessageSet
| Modifier and Type | Method and Description |
|---|---|
ExceptionMessageDefinition |
getMessageDefinition()
Retrieve a message definition object for an exception.
|
ExceptionMessageDefinition |
getMessageDefinition(String... params)
Retrieve a message definition object for an exception.
|
static OMAGAdminErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMAGAdminErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OMAGAdminErrorCode NULL_LOCAL_SERVER_NAME
public static final OMAGAdminErrorCode INCOMPATIBLE_SERVER_NAMES
public static final OMAGAdminErrorCode NULL_LOCAL_SERVER_USERID
public static final OMAGAdminErrorCode NULL_USER_NAME
public static final OMAGAdminErrorCode ACCESS_SERVICE_NOT_RECOGNIZED
public static final OMAGAdminErrorCode ACCESS_SERVICE_NOT_ENABLED
public static final OMAGAdminErrorCode NULL_COHORT_NAME
public static final OMAGAdminErrorCode LOCAL_REPOSITORY_MODE_NOT_SET
public static final OMAGAdminErrorCode NULL_SERVER_CONFIG
public static final OMAGAdminErrorCode NULL_REPOSITORY_CONFIG
public static final OMAGAdminErrorCode NULL_ACCESS_SERVICE_ADMIN_CLASS
public static final OMAGAdminErrorCode BAD_ACCESS_SERVICE_ADMIN_CLASS
public static final OMAGAdminErrorCode BAD_CONFIG_FILE
public static final OMAGAdminErrorCode BAD_MAX_PAGE_SIZE
public static final OMAGAdminErrorCode ENTERPRISE_TOPIC_START_FAILED
public static final OMAGAdminErrorCode TOO_LATE_TO_SET_EVENT_BUS
public static final OMAGAdminErrorCode NO_EVENT_BUS_SET
public static final OMAGAdminErrorCode NULL_METADATA_COLLECTION_NAME
public static final OMAGAdminErrorCode EMPTY_CONFIGURATION
public static final OMAGAdminErrorCode NULL_ACCESS_SERVICE_ROOT_URL
public static final OMAGAdminErrorCode NULL_ACCESS_SERVICE_SERVER_NAME
public static final OMAGAdminErrorCode NULL_FILE_NAME
public static final OMAGAdminErrorCode INCOMPATIBLE_CONFIG_FILE
public static final OMAGAdminErrorCode BAD_CONFIG_PROPERTIES
public static final OMAGAdminErrorCode NO_ENTERPRISE_TOPIC
public static final OMAGAdminErrorCode BAD_TOPIC_CONNECTOR
public static final OMAGAdminErrorCode NULL_CONNECTION
public static final OMAGAdminErrorCode NULL_PLATFORM_CONNECTION
public static final OMAGAdminErrorCode NULL_VIEW_SERVICE_ADMIN_CLASS
public static final OMAGAdminErrorCode BAD_VIEW_SERVICE_ADMIN_CLASS
public static final OMAGAdminErrorCode INCOMPATIBLE_SUBSYSTEMS
public static final OMAGAdminErrorCode MISSING_CONFIGURATION_PROPERTY
public static final OMAGAdminErrorCode COHORT_NOT_KNOWN
public static final OMAGAdminErrorCode COHORT_TOPIC_STRANGE
public static final OMAGAdminErrorCode UNCLASSIFIABLE_SERVER
public static final OMAGAdminErrorCode VIEW_SERVICE_NOT_RECOGNIZED
public static final OMAGAdminErrorCode VIEW_SERVICE_NOT_ENABLED
public static final OMAGAdminErrorCode NULL_CLIENT_CONFIG
public static final OMAGAdminErrorCode NULL_OMAG_SERVER_ROOT_URL
public static final OMAGAdminErrorCode NULL_OMAG_SERVER_NAME
public static final OMAGAdminErrorCode BAD_CONNECTION
public static final OMAGAdminErrorCode UNEXPECTED_EXCEPTION
public static final OMAGAdminErrorCode UNEXPECTED_PLATFORM_EXCEPTION
public static final OMAGAdminErrorCode BAD_TOPIC_CONNECTOR_PROVIDER
public static final OMAGAdminErrorCode UNEXPECTED_INITIALIZATION_EXCEPTION
public static final OMAGAdminErrorCode CLIENT_SIDE_REST_API_ERROR
public static OMAGAdminErrorCode[] values()
for (OMAGAdminErrorCode c : OMAGAdminErrorCode.values()) System.out.println(c);
public static OMAGAdminErrorCode 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 ExceptionMessageDefinition getMessageDefinition()
getMessageDefinition in interface ExceptionMessageSetpublic ExceptionMessageDefinition getMessageDefinition(String... params)
getMessageDefinition in interface ExceptionMessageSetparams - array of parameters (all strings). They are inserted into the message according to the numbering in the message text.Copyright © 2018–2020 ODPi. All rights reserved.