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, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.