| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.ejb.RemoveException
RemoveException | public class RemoveException extends Exception (Code) | | 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.
|
Constructor Summary | |
public | RemoveException() Constructs an RemoveException with no detail message. | public | RemoveException(String message) Constructs an RemoveException with the specified detail message. |
RemoveException | public RemoveException()(Code) | | Constructs an RemoveException with no detail message.
|
RemoveException | public RemoveException(String message)(Code) | | Constructs an RemoveException with the specified detail message.
Parameters: message - - The detailed message. |
|
|
|