public class NoSuchObjectException extends RemoteException
NoSuchObjectException
是如果尝试调用一个对象的方法,不再存在于远程虚拟机抛出。如果一个
NoSuchObjectException
发生试图调用远程对象的方法的调用,可以转发并保留RMI的“最多一次”调用语义。一个
NoSuchObjectException
也是由方法
java.rmi.server.RemoteObject.toStub
通过
java.rmi.server.UnicastRemoteObject
和
java.rmi.activation.Activatable
的
unexportObject
方法抛出
detail
Constructor and Description |
---|
NoSuchObjectException(String s)
创建一个指定详细信息的
NoSuchObjectException 。
|
getCause, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchObjectException(String s)
NoSuchObjectException
。
s
-详细信息
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.