All Examples  This Package

Class examples.rmi.stock.StockNotFoundException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----examples.rmi.stock.StockNotFoundException

public class StockNotFoundException
extends Exception
This class is used with the WebLogic RMI Stock examples package. StockNotFoundException is thrown if a stock, for which notifications of updates are requested, is not known.

The classes in this package have been adapted to work with WebLogic RMI from WebLogic.


Constructor Index

 o StockNotFoundException(String)
Constructs the appropriate exception with the specified string.

Constructors

 o StockNotFoundException
 public StockNotFoundException(String s)
Constructs the appropriate exception with the specified string.

Parameters:
s - Exception message

All Examples  This Package