BEA Systems, Inc.

com.connecterra.ale.dynamicconfig.api
Class DuplicateNameException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.connecterra.ale.dynamicconfig.api.PluginException
              extended by com.connecterra.ale.dynamicconfig.api.DuplicateNameException
All Implemented Interfaces:
Serializable

public class DuplicateNameException
extends PluginException

Thrown if an attempt is made to define a configuration entry with the same name as an existing one.

See Also:
Serialized Form

Constructor Summary
DuplicateNameException()
          Constructs a DuplicateNameException with no detail message or cause.
DuplicateNameException(String message)
          Constructs a DuplicateNameException with the specified detail message.
DuplicateNameException(String message, Throwable cause)
          Constructs a DuplicateNameException with the specified detail message.
DuplicateNameException(Throwable cause)
          Constructs a DuplicateNameException with the specified causing exception and a detail message from the causing exception.
 
Method Summary
 
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

DuplicateNameException

public DuplicateNameException()
Constructs a DuplicateNameException with no detail message or cause. The cause may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).


DuplicateNameException

public DuplicateNameException(String message,
                              Throwable cause)
Constructs a DuplicateNameException with the specified detail message.

Parameters:
message - the detail message of the exception
cause - the causing exception. Null value is allowed and indicates that the cause is nonexistent or unknown.

DuplicateNameException

public DuplicateNameException(Throwable cause)
Constructs a DuplicateNameException with the specified causing exception and a detail message from the causing exception.

Parameters:
cause - the causing exception. Null value is allowed and indicates that the cause is nonexistent or unknown.

DuplicateNameException

public DuplicateNameException(String message)
Constructs a DuplicateNameException with the specified detail message. The cause is not initialized and may subsequently be initialized by a call to Throwable.initCause(java.lang.Throwable).

Parameters:
message - the detail message of the exception

Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.