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

com.tosan.client.http.sample.restclient.exception.HttpClientRequestWrapperException Maven / Gradle / Ivy

package com.tosan.client.http.sample.restclient.exception;

/**
 * @author Ali Alimohammadi
 * @since 4/18/2021
 */
public class HttpClientRequestWrapperException extends RuntimeException {
    private static final long serialVersionUID = -4538321135384662912L;

    public HttpClientRequestWrapperException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy