public enum ODataExceptionType extends Enum<ODataExceptionType>
| Modifier and Type | Method and Description |
|---|---|
static ODataExceptionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODataExceptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ODataExceptionType METADATA_PARSING_FAILED
public static final ODataExceptionType INPUT_DATA_SERIALIZATION_FAILED
public static final ODataExceptionType RESPONSE_DESERIALIZATION_FAILED
public static final ODataExceptionType BAD_KEY_VALUE
public static final ODataExceptionType OTHER
public static final ODataExceptionType ODATA_OPERATION_EXECUTION_FAILED
public static final ODataExceptionType METADATA_FETCH_FAILED
public static final ODataExceptionType KEY_NOT_PRESENT
public static final ODataExceptionType INVALID_PROPERTY_NAME
public static final ODataExceptionType INVALID_ENTITY_NAME
public static final ODataExceptionType BATCH_EXCEPTION
public static ODataExceptionType[] values()
for (ODataExceptionType c : ODataExceptionType.values()) System.out.println(c);
public static ODataExceptionType 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 nullCopyright © 2020 SAP. All Rights Reserved.