|
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
public class PluginException
Root exception type for all Dynamic Configuration API exceptions.
| Constructor Summary | |
|---|---|
PluginException()
Constructs a PluginException with no detail message or cause. |
|
PluginException(String message)
Constructs a PluginException with the specified detail message. |
|
PluginException(String message,
Throwable cause)
Constructs a PluginException with the specified detail message. |
|
PluginException(Throwable cause)
Constructs a PluginException 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 PluginException()
PluginException with no detail message or cause.
The cause may subsequently be initialized by a call to
Throwable.initCause(java.lang.Throwable).
public PluginException(String message)
PluginException 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 exceptionpublic PluginException(Throwable cause)
PluginException 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 PluginException(String message,
Throwable cause)
PluginException 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.
|
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 | |||||||||