public class UnknownObjectException extends ActivationException
UnknownObjectException
通过在类和接口方法抛出java.rmi.activation
包时ActivationID
参数的方法被确定为是无效的。
如果ActivationID
目前不知道,则ActivationSystem
。
ActivationID
是通过ActivationSystem.registerObject
方法获得的。
一个ActivationID
期间还获得Activatable.register
电话。
Activatable
, ActivationGroup
, ActivationID
, ActivationMonitor
, ActivationSystem
, Activator
, Serialized Form
detail
Constructor and Description |
---|
UnknownObjectException(String s)
构造具有
UnknownObjectException 详细消息的UnknownObjectException。
|
getCause, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownObjectException(String s)
UnknownObjectException
详细消息的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.