|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.connecterra.ale.dynamicconfig.api.PluginException
com.connecterra.ale.dynamicconfig.api.DuplicateNameException
public class DuplicateNameException
Thrown if an attempt is made to define a configuration entry with the same name as an existing one.
| 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 |
|---|
public DuplicateNameException()
DuplicateNameException with no detail message or cause.
The cause may subsequently be initialized by a call to
Throwable.initCause(java.lang.Throwable).
public DuplicateNameException(String message,
Throwable cause)
DuplicateNameException with the specified detail message.
message - the detail message of the exceptioncause - the causing exception. Null value is allowed and indicates that the cause
is nonexistent or unknown.public DuplicateNameException(Throwable cause)
DuplicateNameException with the specified causing exception
and a detail message from the causing exception.
cause - the causing exception. Null value is allowed and indicates that the cause
is nonexistent or unknown.public DuplicateNameException(String message)
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).
message - the detail message of the exception
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||