<!-- -->
| JavaTM 2 Platform Ent. Ed. v1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> All Classes <noscript></noscript> | |||||||||
| SUMMARY:NESTED|FIELD|CONSTR|METHOD | DETAIL:FIELD|CONSTR|METHOD | |||||||||
javax.ejb
Class ObjectNotFoundException
-
All Implemented Interfaces:
- Serializable
-
public class ObjectNotFoundException
extends
FinderException
The ObjectNotFoundException exception is thrown by a finder method to indicate that the specified EJB object does not exist. ObjectNotFoundException异常由finder方法抛出,表示指定的EJB对象不存在。
Only the finder methods that are declared to return a single EJB object use this exception. This exception should not be thrown by finder methods that return a collection of EJB objects (they should return an empty collection instead). 只有当finder方法声明返回单个EJB对象时才使用该异常。如果finder方法 返回EJB对象的集合,则不会抛出该异常,而是返回一个空的集合。
-
See Also:
- Serialized Form
<!-- ======== NESTED CLASS SUMMARY ======== --><!-- =========== FIELD SUMMARY =========== --><!-- ======== CONSTRUCTOR SUMMARY ======== --><!-- -->
| Constructor Summary | |
ObjectNotFoundException() Constructs an ObjectNotFoundException with no detail message. 构建一个不含详细信息的ObjectNotFoundException。 | |
ObjectNotFoundException(Stringmessage) Constructs an ObjectNotFoundException with the specified detail message. 构建一个指定详细信息的ObjectNotFoundException。 | |
| 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 |
<!-- ============ FIELD DETAIL =========== --><!-- ========= CONSTRUCTOR DETAIL ======== --><!-- -->
| Constructor Detail |
ObjectNotFoundException
- Constructs an ObjectNotFoundException with no detail message. 构建一个不含详细信息的ObjectNotFoundException。
ObjectNotFoundException
- Constructs an ObjectNotFoundException with the specified detail message. 构建一个指定详细信息的ObjectNotFoundException。
<!-- -->
| JavaTM 2 Platform Ent. Ed. v1.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> All Classes <noscript></noscript> | |||||||||
| SUMMARY:NESTED|FIELD|CONSTR|METHOD | DETAIL:FIELD|CONSTR|METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.

被折叠的 条评论
为什么被折叠?



