|
||||||||||
| 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.jcoderz.commons.BaseRuntimeException
org.jcoderz.commons.config.ConfigurationServiceRuntimeException
org.jcoderz.commons.config.ConfigurationFactoryFailedException
public class ConfigurationFactoryFailedException
Failed to create ServiceConfiguration instance for service
{CLASSNAME}.
This exception encapsulates the log message
CfgLogMessage.CONFIGURATION_FACTORY_FAILED.
| Constructor Summary | |
|---|---|
protected |
ConfigurationFactoryFailedException(CfgLogMessage messageInfo)
Constructor getting an log message info. |
protected |
ConfigurationFactoryFailedException(CfgLogMessage messageInfo,
Throwable cause)
Constructor getting an log message info and a root exception. |
|
ConfigurationFactoryFailedException(String classname)
Constructs a configuration factory failed exception with a cause. |
|
ConfigurationFactoryFailedException(String classname,
Throwable cause)
Constructs a configuration factory failed exception with a cause. |
| Method Summary | |
|---|---|
String |
valueOfClassname()
Returns the value of the parameter classname. |
| Methods inherited from class org.jcoderz.commons.BaseRuntimeException |
|---|
addParameter, getCause, getEventTime, getInstanceId, getLogMessageInfo, getMessage, getNodeId, getParameter, getParameterNames, getSourceClass, getSourceMethod, getThreadId, getThreadName, getTrackingNumber, initCause, log, logCreation, toDetailedString, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationFactoryFailedException(String classname,
Throwable cause)
classname - The classname used in the message.cause - the cause of this exception.public ConfigurationFactoryFailedException(String classname)
classname - The classname used in the message.protected ConfigurationFactoryFailedException(CfgLogMessage messageInfo)
messageInfo - the log message info for this exception
protected ConfigurationFactoryFailedException(CfgLogMessage messageInfo,
Throwable cause)
messageInfo - the log message info for this exceptioncause - the problem that caused this exception to be thrown| Method Detail |
|---|
public String valueOfClassname()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||