Name

NoSuchObjectLocalException

Synopsis

This exception is thrown to local clients that attempt to invoke methods on a bean or object that no longer exists within the container.

                  
public class NoSuchObjectLocalException extends EJBException {
// Public Constructors
   public NoSuchObjectLocalException();  
   public NoSuchObjectLocalException( String message);  
   public NoSuchObjectLocalException(String message, 
        Exception ex);  
}

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.