BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

weblogic.beans.common
Class NotImplementedException

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

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

Class for Exceptions thrown when an invocation is attempted on a T3Bean for which an implementation cannot be located.

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

Constructor Summary
NotImplementedException(java.lang.String msg)
          Constructs a NotImplementedException 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

NotImplementedException

public NotImplementedException(java.lang.String msg)
Constructs a NotImplementedException with the specified message.

Parameters:
msg - String message

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