public class java.rmi
AlreadyBoundException


Show All Login
Java SE 6
  
Extends: Throwable > Exception
Details
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.
version1.13, 11/17/05
sinceJDK1.1
See also bind(String, java.rmi.Remote), bind(String, java.rmi.Remote)

Constructors
public AlreadyBoundException() Details
Constructs an AlreadyBoundException with no specified detail message.
sinceJDK1.1
public AlreadyBoundException(String s) Details
Constructs an AlreadyBoundException with the specified detail message.
sthe detail message
sinceJDK1.1