Name

RemoveException

Synopsis

This exception is thrown by the remove methods on an EJB home interface, when an attempt to remove a bean from its container was rejected or failed, at either the container or the EJB object level.

                  
public class RemoveException extends Exception {
// Public Constructors
   public RemoveException();  
   public RemoveException( String message);  
}

Thrown By

EJBHome.remove(), EJBLocalHome.remove(), EJBLocalObject.remove(), EJBObject.remove(), EntityBean.ejbRemove()

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.