FileDocCategorySizeDatePackage
RemoveException.javaAPI DocGlassfish v2 API2495Fri May 04 22:35:54 BST 2007javax.ejb

RemoveException

public class RemoveException extends Exception
The RemoveException exception is thrown at an attempt to remove an EJB object when the enterprise Bean or the container does not allow the EJB object to be removed.

Fields Summary
Constructors Summary
public RemoveException()
Constructs an RemoveException with no detail message.

    
public RemoveException(String message)
Constructs an RemoveException with the specified detail message.

        super(message);
    
Methods Summary