public static enum CDSRuntimeException.MessageKeys extends Enum<CDSRuntimeException.MessageKeys> implements OdataGateWayException.MessageKey
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets this key.
|
static CDSRuntimeException.MessageKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDSRuntimeException.MessageKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDSRuntimeException.MessageKeys NOT_IMPLEMENTED
public static final CDSRuntimeException.MessageKeys QUERY_FAILED
public static final CDSRuntimeException.MessageKeys NO_CONNECTION
public static final CDSRuntimeException.MessageKeys INTERNAL_ERROR
public static final CDSRuntimeException.MessageKeys NO_ENTITY_FOUND
public static final CDSRuntimeException.MessageKeys TOP_SKIP_LIMITATION
public static final CDSRuntimeException.MessageKeys SERVER_PAGE_SIZE
public static final CDSRuntimeException.MessageKeys FILTER_ON_MEASURE
public static final CDSRuntimeException.MessageKeys CSN_FILE_NOT_FOUND
public static final CDSRuntimeException.MessageKeys CONFLICT
public static final CDSRuntimeException.MessageKeys CSN_FILE_PARSING_ERROR
public static final CDSRuntimeException.MessageKeys SEARCH_NOT_IMPLEMENTED
public static final CDSRuntimeException.MessageKeys ORDERBY_ON_NAVIGATION
public static final CDSRuntimeException.MessageKeys FUZZY_SEARCH_NOT_SUPPORTED
public static final CDSRuntimeException.MessageKeys CREATE_MIMETYPE_MISMATCH
public static final CDSRuntimeException.MessageKeys UPDATE_MIMETYPE_MISMATCH
public static final CDSRuntimeException.MessageKeys READ_NO_MEDIA_FOUND
public static final CDSRuntimeException.MessageKeys DELETE_NO_MEDIA_FOUND
public static final CDSRuntimeException.MessageKeys UPDATE_NO_MEDIA_FOUND
public static final CDSRuntimeException.MessageKeys MEDIA_ALREADY_EXISTS
public static final CDSRuntimeException.MessageKeys READMEDIA_NO_ENTITY_FOUND
public static final CDSRuntimeException.MessageKeys CREATEMEDIA_NO_ENTITY_FOUND
public static final CDSRuntimeException.MessageKeys UPDATEMEDIA_NO_ENTITY_FOUND
public static final CDSRuntimeException.MessageKeys DELETEMEDIA_NO_ENTITY_FOUND
public static CDSRuntimeException.MessageKeys[] values()
for (CDSRuntimeException.MessageKeys c : CDSRuntimeException.MessageKeys.values()) System.out.println(c);
public static CDSRuntimeException.MessageKeys 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 String getKey()
OdataGateWayException.MessageKeygetKey in interface OdataGateWayException.MessageKeyCopyright © 2020 SAP. All Rights Reserved.