Searched refs:MethodNotFound (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/codegen/
H A DMethodNotFound.java43 public class MethodNotFound extends GeneratorException { class in inherits:GeneratorException
45 * Constructs the MethodNotFound exception with the specified string.
48 public MethodNotFound(String s) { method in class:MethodNotFound
H A DHomeGenerator.java506 throw new MethodNotFound("Could not find bean method for factory method: " + factoryMethods[i]);

Completed in 13 milliseconds