public class NoSuchObjectException extends RemoteException
NoSuchObjectException 。
如果NoSuchObjectException调用远程对象上的方法出现NoSuchObjectException,则可以重传该呼叫,并仍然保留RMI的“至多一次”调用语义。
A NoSuchObjectException还通过方法java.rmi.server.RemoteObject.toStub和java.rmi.server.UnicastRemoteObject和java.rmi.activation.Activatable的unexportObject方法和
detail| Constructor and Description |
|---|
NoSuchObjectException(String s)
构造具有
NoSuchObjectException详细消息的NoSuchObjectException。
|
getCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchObjectException(String s)
NoSuchObjectException详细消息的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.