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

com.tecacet.finance.service.currency.ExchangeRateException Maven / Gradle / Ivy

package com.tecacet.finance.service.currency;

public class ExchangeRateException extends Exception {

    private static final long serialVersionUID = 4166873124541350585L;

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

    public ExchangeRateException(Throwable t) {
       super(t);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy