public class AlreadyBoundException extends 异常
AlreadyBoundException如果试图将注册表中的对象绑定到已具有相关绑定的名字被抛出。
Naming.bind(String, java.rmi.Remote) ,
Registry.bind(String, java.rmi.Remote) ,
Serialized Form
| Constructor and Description |
|---|
AlreadyBoundException()
构造一个
AlreadyBoundException不带指定详细信息。
|
AlreadyBoundException(String s)
构造具有
AlreadyBoundException详细消息的AlreadyBoundException。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AlreadyBoundException()
AlreadyBoundException不带指定详细信息。
public AlreadyBoundException(String s)
AlreadyBoundException详细消息的AlreadyBoundException。
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.