| Package | Description |
|---|---|
| com.sap.cloud.sdk.odatav2.connectivity |
| Modifier and Type | Method and Description |
|---|---|
ODataExceptionType |
ODataException.getODataExceptionType()
Returns the ODataExceptionType associated with this ODataException.
|
static ODataExceptionType |
ODataExceptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODataExceptionType[] |
ODataExceptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ODataException(ODataExceptionType exceptionType,
String s)
Constructs the ODataException object.
|
ODataException(ODataExceptionType exceptionType,
String s,
int statusCode,
Throwable e)
Constructs the ODataException object.
|
ODataException(ODataExceptionType exceptionType,
String s,
Throwable e)
Constructs the ODataException object.
|
Copyright © 2020 SAP. All Rights Reserved.