FileDocCategorySizeDatePackage
StockNotFoundException.javaAPI DocExample1873Sat Sep 12 03:01:00 BST 1998examples.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