File
Doc
Category
Size
Date
Package
MethodNotFound.java
API Doc
Glassfish v2 API
2176
Fri May 04 22:32:58 BST 2007
com.sun.ejb.codegen
MethodNotFound
java.lang.Object
GeneratorException
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
Java Code Source