java.rmi
public class: AlreadyBoundException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.rmi.AlreadyBoundException
All Implemented Interfaces:
Serializable
An
AlreadyBoundException is thrown if an attempt
is made to bind an object in the registry to a name that already
has an associated binding.
Also see:
- java.rmi.Naming#bind(String, java.rmi.Remote)
- java.rmi.registry.Registry#bind(String, java.rmi.Remote)
- since:
JDK1.1 -
- author:
Ann - Wollrath
- author:
Roger - Riggs
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |