BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.rmi
Class AlreadyBoundException

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

public final class AlreadyBoundException
extends java.lang.Exception

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

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

Constructor Summary
AlreadyBoundException()
          Constructs an AlreadyBoundException without a message.
AlreadyBoundException(java.lang.String s)
          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()
Constructs an AlreadyBoundException without a message.

AlreadyBoundException

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

Parameters:
s - String message

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81