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

com.nowellpoint.oauth.http.HttpException Maven / Gradle / Ivy

There is a newer version: 1.5.Final
Show newest version
package com.nowellpoint.oauth.http;

public class HttpException extends Exception {

	/**
	 * 
	 */
	
	private static final long serialVersionUID = 646390471929895078L;

	public HttpException(Exception exception) {
		super(exception);
	}
	
	public HttpException(String exception) {
		super(exception);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy