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

MethodNotFound

public class MethodNotFound extends GeneratorException

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

	super(s);
    
Methods Summary