![JAR search and dependency download from the Maven repository](/logo.png)
org.isuper.oauth.client.exceptions.InvalidOAuthCredentialException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of isuper.oauth-client Show documentation
Show all versions of isuper.oauth-client Show documentation
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