The ObjectNotFoundException exception is thrown by a finder method to
indicate that the specified EJB object does not exist.
Only the finder methods that are declared to return a single EJB object
use this exception. This exception should not be thrown by finder methods
that return a collection of EJB objects (they should return an empty
collection instead).
|