Class ODataDeserializationException

All Implemented Interfaces:
Serializable

public class ODataDeserializationException extends ODataResponseException
OData deserialization exception type to focus on deserialization errors when parsing the service response.
See Also:
  • Constructor Details

    • ODataDeserializationException

      public ODataDeserializationException(@Nonnull ODataRequestGeneric request, @Nonnull org.apache.http.HttpResponse httpResponse, @Nonnull String message, @Nullable Throwable cause)
      Default constructor.
      Parameters:
      request - The original OData request reference.
      httpResponse - The HttpResponse that gave raise to this exception.
      message - The error message.
      cause - The error cause.
  • Method Details