org.sape.carbon.core.config
Class ConfigurationInitializtionException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.sape.carbon.core.exception.BaseRuntimeException
                          |
                          +--org.sape.carbon.core.config.ConfigurationRuntimeException
                                |
                                +--org.sape.carbon.core.config.ConfigurationInitializtionException
All Implemented Interfaces:
Exceptionable, Serializable

public class ConfigurationInitializtionException
extends ConfigurationRuntimeException

This exception is thrown when the configuration service cannot be initialized. It has a severity of SeverityEnum.FATAL. Copyright 2003 Sapient

Since:
carbon 2.0
Version:
$Revision: 1.4 $($Author: dvoet $ / $Date: 2003/05/05 21:21:15 $)
Author:
Douglas Voet, March 2003
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.sape.carbon.core.exception.BaseRuntimeException
delegatedException
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConfigurationInitializtionException(Class sourceClass, String message)
          Constructs an exception with the provided source and message
ConfigurationInitializtionException(Class sourceClass, String message, Throwable cause)
          Constructs an exception with the provided source, message and cause
ConfigurationInitializtionException(Class sourceClass, Throwable cause)
          Constructs an exception with the provided source and cause using a generic message.
 
Method Summary
 SeverityEnum getSeverity()
          This method must be overriden by subclasses so that they may declare their severity
 
Methods inherited from class org.sape.carbon.core.exception.BaseRuntimeException
getCause, getExceptionSource, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationInitializtionException

public ConfigurationInitializtionException(Class sourceClass,
                                           String message)
Constructs an exception with the provided source and message

Parameters:
sourceClass - The source class of this exception
message - string information relating to this exception

ConfigurationInitializtionException

public ConfigurationInitializtionException(Class sourceClass,
                                           String message,
                                           Throwable cause)
Constructs an exception with the provided source, message and cause

Parameters:
sourceClass - The source class of this exception
message - string information relating to this exception
cause - a throwable that can be considered the cause of the current exception (used in levelizing exceptions)

ConfigurationInitializtionException

public ConfigurationInitializtionException(Class sourceClass,
                                           Throwable cause)
Constructs an exception with the provided source and cause using a generic message.

Parameters:
sourceClass - The source class of this exception
cause - a throwable that can be considered the cause of the current exception (used in levelizing exceptions)
Method Detail

getSeverity

public SeverityEnum getSeverity()
Description copied from class: BaseRuntimeException
This method must be overriden by subclasses so that they may declare their severity

Specified by:
getSeverity in interface Exceptionable
Overrides:
getSeverity in class ConfigurationRuntimeException
See Also:
BaseException#getSeverity


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.