org.jcoderz.commons.config
Class ConfigurationServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jcoderz.commons.BaseException
              extended by org.jcoderz.commons.config.ConfigurationServiceException
All Implemented Interfaces:
Serializable, Loggable

public abstract class ConfigurationServiceException
extends BaseException

This is the base exception for all message in the package org.jcoderz.commons.config.

Author:
generated
See Also:
Serialized Form

Constructor Summary
protected ConfigurationServiceException(CfgLogMessage messageInfo)
          Constructor getting an log message info.
protected ConfigurationServiceException(CfgLogMessage messageInfo, Throwable cause)
          Constructor getting an log message info and a root exception.
 
Method Summary
 
Methods inherited from class org.jcoderz.commons.BaseException
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

ConfigurationServiceException

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

ConfigurationServiceException

protected ConfigurationServiceException(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.