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。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AlreadyBoundException()
AlreadyBoundException没有指定详细信息。
public AlreadyBoundException(String s)
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.