Class HttpResponseException

All Implemented Interfaces:
Serializable

public class HttpResponseException
extends ClientProtocolException
Signals a non 2xx HTTP response.
See Also:
Serialized Form
  • Constructor Details

    • HttpResponseException

      public HttpResponseException​(int statusCode, String s)
  • Method Details

    • getStatusCode

      public int getStatusCode()