|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
nl.gx.webmanager.services.config.ConfigurationManagementException
public class ConfigurationManagementException
Configuration related exception class.
| Constructor Summary | |
|---|---|
ConfigurationManagementException()
Constructs a new ConfigurationManagementException
with no details. |
|
ConfigurationManagementException(java.lang.String message)
Constructs a new ConfigurationManagementException with
a specific message. |
|
ConfigurationManagementException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new ConfigurationManagementException with
a specific message and 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 ConfigurationManagementException()
ConfigurationManagementException
with no details.
public ConfigurationManagementException(java.lang.String message)
ConfigurationManagementException with
a specific message.
message - Message containing detail information about the exception.
public ConfigurationManagementException(java.lang.String message,
java.lang.Throwable cause)
ConfigurationManagementException with
a specific message and causing exception.
message - Message containing detail information about the exception.cause - The Throwable instance which caused this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||