All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----javax.ejb.FinderException
The exception is used as a standard application-level exception to report a failure to find the requested EJB object(s).
public FinderException()
public FinderException(String message)
All Packages Class Hierarchy This Package Previous Next Index