RemoveExceptionpublic 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. |
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);
|
|