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

org.isuper.oauth.client.exceptions.InvalidOAuthCredentialException Maven / Gradle / Ivy

Go to download

OAuth Client Library includes Apache and Google based HTTP client implementation using OAuth v2.0

The newest version!
/**
 * 
 */
package org.isuper.oauth.client.exceptions;

/**
 * @author super
 *
 */
public class InvalidOAuthCredentialException extends Exception {

	public InvalidOAuthCredentialException() {
		super();
	}

	public InvalidOAuthCredentialException(String message) {
		super(message);
	}

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy