Module jakarta.ejb
Package jakarta.ejb

Class NoSuchObjectLocalException

java.lang.Object
All Implemented Interfaces:
Serializable

public class NoSuchObjectLocalException extends EJBException
A NoSuchObjectLocalException is thrown if an attempt is made to invoke a method on a local object (local enterprise bean object or timer) that no longer exists.
Since:
EJB 2.0
See Also: