public class UnknownGroupException extends ActivationException
UnknownGroupException
通过在类和接口方法抛出java.rmi.activation
包时ActivationGroupID
参数的方法被确定为是无效的,即,不通过已知的ActivationSystem
。
UnknownGroupException
也被抛出,如果ActivationGroupID
在ActivationDesc
是指未注册的组ActivationSystem
Activatable
, ActivationGroup
, ActivationGroupID
, ActivationMonitor
, ActivationSystem
, Serialized Form
detail
Constructor and Description |
---|
UnknownGroupException(String s)
构造具有
UnknownGroupException 详细消息的UnknownGroupException。
|
getCause, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownGroupException(String s)
UnknownGroupException
详细消息的UnknownGroupException。
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.