org.jcoderz.commons.config
Class ConfigurationInitializationFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jcoderz.commons.BaseRuntimeException
                  extended by org.jcoderz.commons.config.ConfigurationServiceRuntimeException
                      extended by org.jcoderz.commons.config.ConfigurationInitializationFailedException
All Implemented Interfaces:
Serializable, Loggable

public class ConfigurationInitializationFailedException
extends ConfigurationServiceRuntimeException

Failed to initialize Configuration Service. This exception encapsulates the log message CfgLogMessage.CONFIGURATION_INITIALIZATION_FAILED.

Author:
generated
See Also:
Serialized Form

Constructor Summary
  ConfigurationInitializationFailedException()
          Constructs a configuration initialization failed exception with a cause.
protected ConfigurationInitializationFailedException(CfgLogMessage messageInfo)
          Constructor getting an log message info.
protected ConfigurationInitializationFailedException(CfgLogMessage messageInfo, Throwable cause)
          Constructor getting an log message info and a root exception.
  ConfigurationInitializationFailedException(Throwable cause)
          Constructs a configuration initialization failed exception with a cause.
 
Method Summary
 
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

ConfigurationInitializationFailedException

public ConfigurationInitializationFailedException(Throwable cause)
Constructs a configuration initialization failed exception with a cause.

Parameters:
cause - the cause of this exception.

ConfigurationInitializationFailedException

public ConfigurationInitializationFailedException()
Constructs a configuration initialization failed exception with a cause.


ConfigurationInitializationFailedException

protected ConfigurationInitializationFailedException(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

ConfigurationInitializationFailedException

protected ConfigurationInitializationFailedException(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 exception
cause - the problem that caused this exception to be thrown


Copyright 2007 The jCoderZ Project.