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

de.otto.edison.registry.security.OAuth2TokenException Maven / Gradle / Ivy

There is a newer version: 3.3.3
Show newest version
package de.otto.edison.registry.security;

public class OAuth2TokenException extends Exception {

    public OAuth2TokenException() {
        super("Error while fetching access token");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy