Name

NoSuchEntityException

Synopsis

This exception is thrown if a method is called on an entity bean that has been removed from the underlying persistent storage. Any of the bean’s business methods can throw this exception, as well as the ejbLoad() and ejbStore() methods on the bean implementation class.

                  Passed To
public class NoSuchEntityException extends EJBException {
// Public Constructors
   public NoSuchEntityException();  
   public NoSuchEntityException( Exception ex);  
   public NoSuchEntityException( String message);  
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.