java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.ejb.FinderException | +--javax.ejb.ObjectNotFoundException
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).
ObjectNotFoundException()
ObjectNotFoundException(java.lang.String message)
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public ObjectNotFoundException()
public ObjectNotFoundException(java.lang.String message)