FileDocCategorySizeDatePackage
InvalidHome.javaAPI DocGlassfish v2 API2166Fri May 04 22:32:58 BST 2007com.sun.ejb.codegen

InvalidHome

public class InvalidHome extends GeneratorException

Fields Summary
Constructors Summary
public InvalidHome(String s)
Constructs the InvalidHome exception with the specified string.

	super(s);
    
Methods Summary