|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nhindirect.config.store.ConfigurationStoreException
public class ConfigurationStoreException
Custom exception class for the configuration store.
| Constructor Summary | |
|---|---|
ConfigurationStoreException()
Default constructor. |
|
ConfigurationStoreException(String message)
Construct an exception with given message. |
|
ConfigurationStoreException(String message,
Throwable cause)
Construct an exception with given message from a Throwable. |
|
ConfigurationStoreException(Throwable cause)
Construct an exception 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 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationStoreException()
public ConfigurationStoreException(String message)
message - The exception message.public ConfigurationStoreException(Throwable cause)
cause - The Throwable.
public ConfigurationStoreException(String message,
Throwable cause)
message - The Throwable.cause - The exception message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||