FileDocCategorySizeDatePackage
StockNotFoundException.javaAPI DocExample1847Wed Apr 19 11:20:40 BST 2000examples.stock

StockNotFoundException

public class StockNotFoundException extends Exception
StockNotFoundException is thrown if a stock, for which notifications of updates are requested, is not known.

Fields Summary
Constructors Summary
public StockNotFoundException(String s)

	super(s);
    
Methods Summary