FileDocCategorySizeDatePackage
BingoException.javaAPI DocExample174Tue Dec 12 18:58:42 GMT 2000bingo.shared

BingoException

public class BingoException extends Exception

Fields Summary
Constructors Summary
public BingoException()

	super();
    
public BingoException(String s)

	super(s);
    
Methods Summary