All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.despegar.http.client.HttpClientException Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
package com.despegar.http.client;

public class HttpClientException extends Exception {

    /**
     * 
     */
    private static final long serialVersionUID = -5742696325595211456L;

    HttpClientException(String message, Throwable cause) {
        super(message, cause);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy