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

com.tecacet.finance.service.stock.StockServiceException Maven / Gradle / Ivy

Go to download

JFApi connects to various Web Services that provide financial data such as stock prices, splits, dividends, and FX rates.

There is a newer version: 1.1.3
Show newest version
package com.tecacet.finance.service.stock;

public class StockServiceException extends Exception {

    private static final long serialVersionUID = 5860024882517169404L;

    public StockServiceException(Exception e) {
        super(e);
    }

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy