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

com.inpaas.http.model.exception.HttpRequestException Maven / Gradle / Ivy

There is a newer version: 0.6.10
Show newest version
package com.inpaas.http.model.exception;

public class HttpRequestException extends RuntimeException {

	
	public HttpRequestException() {
		super("error.httpclient.request");
	}	
	


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy