BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.beans.common
Class AlreadyImplementedException

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

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

Class for handling Exceptions thrown when an implementation already exists and a stub is attempting to migrate to the implementation.

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

Constructor Summary
AlreadyImplementedException(java.lang.String message)
          Constructs an AlreadyImplementedException 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

AlreadyImplementedException

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

Parameters:
message - String message for the exception

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