public class ODataResponseError extends Object
| Constructor and Description | 
|---|
| ODataResponseError(ODataRuntimeException exception,
                  int index,
                  ODataRequest request) | 
| Modifier and Type | Method and Description | 
|---|---|
| ODataRuntimeException | getException() | 
| int | getIndex() | 
| ODataRequest | getRequest() | 
public ODataResponseError(ODataRuntimeException exception, int index, ODataRequest request)
public ODataRuntimeException getException()
public int getIndex()
public ODataRequest getRequest()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.