|
||||||||||
| 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.naftulin.configmgr.ConfigurationManagerRuntimeException
public class ConfigurationManagerRuntimeException
Exception that is originated from configuration manager.
| Constructor Summary | |
|---|---|
ConfigurationManagerRuntimeException()
Constructs a new exception with null as detailed message. |
|
ConfigurationManagerRuntimeException(java.lang.String message)
Constructs a new exception with detailed message. |
|
ConfigurationManagerRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause. |
|
ConfigurationManagerRuntimeException(java.lang.Throwable cause)
Constructs a new exception with specified cause |
|
| 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 ConfigurationManagerRuntimeException()
public ConfigurationManagerRuntimeException(java.lang.String message,
java.lang.Throwable cause)
message - the detailed message.cause - the cause for the exception.public ConfigurationManagerRuntimeException(java.lang.String message)
message - the detailed message.public ConfigurationManagerRuntimeException(java.lang.Throwable cause)
cause - the specified cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||