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

com.finbourne.notifications.extensions.auth.FinbourneTokenException Maven / Gradle / Ivy

There is a newer version: 2.0.68
Show newest version
package com.finbourne.notifications.extensions.auth;

/**
* Exception for errors and issues related to retrieving {@link FinbourneToken}
*
*/
public class FinbourneTokenException extends Exception{

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

    public FinbourneTokenException(String message, Throwable cause) {super(message, cause); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy