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, getHttpHeaders
getRequest
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Beta public 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 ODataResponseException
protected boolean canEqual(@Nullable Object other)
canEqual
in class ODataResponseException
public int hashCode()
hashCode
in class ODataResponseException
Copyright © 2021 SAP SE. All rights reserved.