Searched defs:FinderException (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DFinderException.java44 * The FinderException exception must be included in the throws clause
52 public class FinderException extends java.lang.Exception { class in inherits:java.lang.Exception
57 * Constructs an FinderException with no detail message.
59 public FinderException() { method in class:FinderException
63 * Constructs an FinderException with the specified
66 public FinderException(String message) { method in class:FinderException

Completed in 236 milliseconds