BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.rmi
Class AlreadyBoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byweblogic.rmi.AlreadyBoundException
All Implemented Interfaces:
Serializable

Deprecated. 9.0.0.0 Replaced by java.rmi.AlreadyBoundException

public final class AlreadyBoundException
extends Exception

Class for handling exceptions thrown when an operation attempts to bind a name already in use by another remote object in the registry.

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
AlreadyBoundException()
          Deprecated. Constructs an AlreadyBoundException without a message.
AlreadyBoundException(String s)
          Deprecated. Constructs an AlreadyBoundException with the specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AlreadyBoundException

public AlreadyBoundException()
Deprecated. 
Constructs an AlreadyBoundException without a message.


AlreadyBoundException

public AlreadyBoundException(String s)
Deprecated. 
Constructs an AlreadyBoundException with the specified message.


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.