Module jakarta.ejb
Package jakarta.ejb

Class NoSuchEJBException

java.lang.Object
All Implemented Interfaces:
Serializable

public class NoSuchEJBException extends EJBException
A NoSuchEJBException is thrown if an attempt is made to invoke a business method on a stateful session or singleton object that no longer exists.
Since:
EJB 3.0
See Also: