Class HttpClientException

All Implemented Interfaces:
Serializable

public class HttpClientException extends HttpException
Specific exception class representing a 4xx HTTP-related error.
See Also:
  • Constructor Details

    • HttpClientException

      public HttpClientException(String errorMessage, int statusCode)