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. 当企业Bean或者容器不允许删除EJB对象而试图删除EJB对象时抛出RemoveException异常。
See Also:
Serialized Form
<!-- ======== NESTED CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><!-- ======== CONSTRUCTOR SUMMARY ======== --><!-- -->
Constructor Summary
RemoveException() Constructs an RemoveException with no detail message. 构建一个不含详细信息的RemoveException。
RemoveException(Stringmessage) Constructs an RemoveException with the specified detail message. 构建一个指定详细信息的RemoveException。