BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.beans.common
Class UnbindException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weblogic.beans.common.UnbindException

public class UnbindException
extends java.lang.Exception
implements java.io.Serializable

Class for Exceptions thrown when an attempt is made to unbind a T3Bean impl for which there are existing clients.

Author:
Copyright (c) 1997 by WebLogic, Inc. All Rights Reserved.
Copyright © 2000 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
UnbindException(java.lang.String message)
          Constructs an UnbindException with the specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnbindException

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

Parameters:
message - Message for the Exception

Documentation is available at
http://www.weblogic.com/docs51