Class ResponseParseException

  • All Implemented Interfaces:
    Serializable

    public class ResponseParseException
    extends HttpResponseException
    Thrown when a response body is parsed unsuccessfully. This most often occurs when a server returns an error status code and sends a different content-type body from what was expected. You can inspect the response content-type by calling ex.response.contentType.
    Since:
    0.5.0
    Author:
    Tom Nichols
    See Also:
    Serialized Form