[/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 NoSuchObjectLocalExceptionjava.lang.Object
![](/images/load.gif)
![](/images/load.gif)
![](/images/load.gif)
![](/images/load.gif)
![](/images/load.gif)
All Implemented Interfaces: Serializable public class NoSuchObjectLocalException extends EJBExceptionA NoSuchObjectLocalException is thrown if an attempt is made to invoke a method on an object that no longer exists. 试图调用一个不存在对象的方法时抛出NoSuchObjectLocalException。
See Also: Serialized FormConstructor Summary
Constructs a NoSuchObjectLocalException with no detail message. 构建一个不含详细信息的NoSuchObjectLocalException。
NoSuchObjectLocalException(String message)
Constructs a NoSuchObjectLocalException with the specified detail message. 构建一个指定详细信息的NoSuchObjectLocalException。
NoSuchObjectLocalException(String message, Exception ex)
Constructs a NoSuchObjectLocalException with the specified detail message and a nested exception. 构建一个指定详细信息和嵌套异常的NoSuchObjectLocalException。
Methods inherited from class javax.ejb.EJBException
getCausedByException, getMessage, printStackTrace, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, )]setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
NoSuchObjectLocalExceptionpublic NoSuchObjectLocalException()
Constructs a NoSuchObjectLocalException with no detail message. 构建一个不含详细信息的NoSuchObjectLocalException。
NoSuchObjectLocalExceptionpublic NoSuchObjectLocalException(String message)
Constructs a NoSuchObjectLocalException with the specified detail message. 构建一个指定详细信息的NoSuchObjectLocalException。
NoSuchObjectLocalExceptionpublic NoSuchObjectLocalException(String message,
Exception ex)
Constructs a NoSuchObjectLocalException with the specified detail message and a nested exception. 构建一个指定详细信息和嵌套异常的NoSuchObjectLocalException。
[/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.