org.jcoderz.commons.config
Class ConfigurationServiceRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jcoderz.commons.BaseRuntimeException
org.jcoderz.commons.config.ConfigurationServiceRuntimeException
- All Implemented Interfaces:
- Serializable, Loggable
- Direct Known Subclasses:
- ConfigurationFactoryFailedException, ConfigurationInitializationFailedException, ConfigurationTypeConversionFailedException, ConfigurationValueNotFoundException
public abstract class ConfigurationServiceRuntimeException
- extends BaseRuntimeException
This is the base exception for all message in
the package org.jcoderz.commons.config.
- Author:
- generated
- See Also:
- Serialized Form
| 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 |
ConfigurationServiceRuntimeException
protected ConfigurationServiceRuntimeException(CfgLogMessage messageInfo)
- Constructor getting an log message info.
This constructor is for generated exceptions internal use only.
- Parameters:
messageInfo - the log message info for this exception
ConfigurationServiceRuntimeException
protected ConfigurationServiceRuntimeException(CfgLogMessage messageInfo,
Throwable cause)
- Constructor getting an log message info and a root exception.
This constructor is for generated exceptions internal use only.
- Parameters:
messageInfo - the log message info for this exceptioncause - the problem that caused this exception to be thrown
Copyright 2007 The jCoderZ Project.