public class

AlreadyBoundException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.rmi.AlreadyBoundException

Class Overview

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.

Summary

Public Constructors
AlreadyBoundException()
Constructs an AlreadyBoundException with no specified detail message.
AlreadyBoundException(String s)
Constructs an AlreadyBoundException with the specified detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AlreadyBoundException ()

Constructs an AlreadyBoundException with no specified detail message.

public AlreadyBoundException (String s)

Constructs an AlreadyBoundException with the specified detail message.

Parameters
s the detail message