Save This Page
Home » openjdk-7 » java » rmi » [javadoc | source]
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.
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public AlreadyBoundException() 
 public AlreadyBoundException(String s) 
    Constructs an AlreadyBoundException with the specified detail message.
    Parameters:
    s - the detail message
    since: JDK1.1 -
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