WebLogic Integration


com.bea.wlai.common
Class DuplicateNameException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.wlai.common.DuplicateNameException

public class DuplicateNameException
extends java.lang.Exception

An exception indicating that more than one object exists with a given name.

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

Constructor Summary
DuplicateNameException(java.lang.String message)
          Construct a new DuplicationNameException with the given 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

DuplicateNameException

public DuplicateNameException(java.lang.String message)
Construct a new DuplicationNameException with the given message.

Parameters:
message - The message text to associate with this exception.

WebLogic Integration

WebLogic Integration (WLI)