StockNotFoundExceptionpublic class StockNotFoundException extends Exception StockNotFoundException is thrown if a stock, for which notifications
of updates are requested, is not known. |
Constructors Summary |
---|
public StockNotFoundException(String s)
super(s);
|
|