|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.nhindirect.config.service.ConfigurationServiceException
public class ConfigurationServiceException
Configuration service expception class.
| Constructor Summary | |
|---|---|
ConfigurationServiceException()
Default constructor. |
|
ConfigurationServiceException(ConfigurationFault aFault)
Construct a ConfigurationServiceException from a ConfigurationFault. |
|
ConfigurationServiceException(String message)
Construct a ConfigurationServiceException object with a given message. |
|
ConfigurationServiceException(String message,
Throwable cause)
Construct a ConfigurationServiceException object with a given message from a Throwable. |
|
ConfigurationServiceException(Throwable cause)
Construct a ConfigurationServiceException object from a Throwable. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationServiceException()
public ConfigurationServiceException(String message)
message - The ConfigurationServiceException message.public ConfigurationServiceException(Throwable cause)
cause - The Throwable object.
public ConfigurationServiceException(String message,
Throwable cause)
message - The ConfigurationServiceException message.cause - The Throwable object.public ConfigurationServiceException(ConfigurationFault aFault)
aFault - A ConfigurationFault.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||