public class ODataFlushException extends ODataRuntimeException
| Constructor and Description | 
|---|
| ODataFlushException(int statusCode,
                   List<ODataResponseError> errors) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ODataResponseError> | getErrors() | 
| int | getStatusCode() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ODataFlushException(int statusCode,
                           List<ODataResponseError> errors)
public int getStatusCode()
public List<ODataResponseError> getErrors()
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.