public class FinderException
extends java.lang.Exception
The exception is used as a standard application-level exception to report a failure to find the requested EJB object(s).
Note: Support for entity beans is optional as of EJB 3.2.
Constructor and Description |
---|
FinderException()
Constructs an FinderException with no detail message.
|
FinderException(java.lang.String message)
Constructs an FinderException with the specified
detail message.
|