io.fair_acc.sample.financial.service.TickDataFinishedException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of samples Show documentation
Show all versions of samples Show documentation
Small sample applications to showcase the features of the chart-fx library.
The newest version!
package io.fair_acc.sample.financial.service;
public class TickDataFinishedException extends Exception {
private static final long serialVersionUID = 5241232871349317846L;
public TickDataFinishedException(String message) {
super(message);
}
}