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, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.