[/url] [url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview
Class
JavaTM 2 Platform
Ent. Ed. v1.4
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
javax.ejb
Class RemoveExceptionjava.lang.Object
java.lang.Throwable
java.lang.Exception
javax.ejb.RemoveException
All Implemented Interfaces: Serializable public class RemoveException extends ExceptionThe 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 FormConstructor Summary
Constructs an RemoveException with no detail message. 构建一个不含详细信息的RemoveException。
RemoveException(String message)
Constructs an RemoveException with the specified detail message. 构建一个指定详细信息的RemoveException。
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, )]setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
RemoveExceptionpublic RemoveException()
Constructs an RemoveException with no detail message. 构建一个不含详细信息的RemoveException。
RemoveExceptionpublic RemoveException(String message)
Constructs an RemoveException with the specified detail message. 构建一个指定详细信息的RemoveException。
[/url][url=file:///F:/资料/文字资料/j2ee-1.4_doc/apidocs/overview-summary.html]Overview
Class
JavaTM 2 Platform
Ent. Ed. v1.4
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Submit a bug or feature Copyright 2003 Sun Microsystems, Inc. All rights reserved.