public class UnknownObjectException extends ActivationException
UnknownObjectException
的
java.rmi.activation
封装的类和接口方法时抛出的
ActivationID
参数的方法被确定为无效。如果不是目前已知的
ActivationSystem
ActivationID
无效。一个
ActivationID
由
ActivationSystem.registerObject
方法得到的。一个
ActivationID
也是
Activatable.register
呼叫过程中获得。
Activatable
,
ActivationGroup
,
ActivationID
,
ActivationMonitor
,
ActivationSystem
,
Activator
,
Serialized Form
detail
Constructor and Description |
---|
UnknownObjectException(String s)
构建一个指定详细信息的
UnknownObjectException 。
|
getCause, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownObjectException(String s)
UnknownObjectException
。
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.