public class ODataDeserializationException extends ODataResponseException
| Constructor and Description |
|---|
ODataDeserializationException(ODataRequestGeneric request,
org.apache.http.HttpResponse httpResponse,
String message,
Throwable cause)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
int |
hashCode() |
getHttpBody, getHttpCode, getHttpHeadersgetRequestaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ODataDeserializationException(@Nonnull ODataRequestGeneric request, @Nonnull org.apache.http.HttpResponse httpResponse, @Nonnull String message, @Nullable Throwable cause)
request - The original OData request reference.httpResponse - The HttpResponse that gave raise to this exception.message - The error message.cause - The error cause.public boolean equals(@Nullable Object o)
equals in class ODataResponseExceptionprotected boolean canEqual(@Nullable Object other)
canEqual in class ODataResponseExceptionpublic int hashCode()
hashCode in class ODataResponseExceptionCopyright © 2022 SAP SE. All rights reserved.