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

com.dnastack.oauth.client.TokenExchangeException Maven / Gradle / Ivy

package com.dnastack.oauth.client;

public class TokenExchangeException extends RuntimeException {
    public TokenExchangeException(String message, Throwable t) {
        super(message, t);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy