de.otto.edison.registry.security.OAuth2TokenException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of edison-core Show documentation
Show all versions of edison-core Show documentation
Core library for all Edison libraries.
package de.otto.edison.registry.security;
public class OAuth2TokenException extends Exception {
public OAuth2TokenException() {
super("Error while fetching access token");
}
}