Class HttpClientException

All Implemented Interfaces:
Serializable

public class HttpClientException extends ApiException
This exception will occur if there was an issue before sending any request to the client (for instance, a network issue, a proxy issue,...)
See Also:
  • Constructor Details

    • HttpClientException

      protected HttpClientException(Exception cause)