Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.rmi

Class AlreadyBoundException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.rmi.AlreadyBoundException


public class AlreadyBoundException

extends Exception

Thrown on an attempt to bind an object in the registry that is already bound.

Since:Author:See Also:

Constructor Summary

AlreadyBoundException()

Create an exception with no message.
AlreadyBoundException(java.lang.String s)

Create an exception with a message.

Constructor Details

AlreadyBoundException

public AlreadyBoundException()

Create an exception with no message.


AlreadyBoundException

public AlreadyBoundException(java.lang.String s)

Create an exception with a message.

Parameters: