/** An instance indicates that the Yahoo finance get-stock-quote webpage failed to return a result */
public class YahooFinanceFailedException extends RuntimeException {

	/** Constructor: a new instance */
	public YahooFinanceFailedException() {
		;
	}


}
