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
Fields inherited from class java.lang.Throwable |
|
Method Summary |
SeverityEnum |
getSeverity()
This method must be overriden by subclasses so that
they may declare their severity |
ConfigurationInitializtionException
public ConfigurationInitializtionException(Class sourceClass,
String message)
- Constructs an exception with the provided source and message
- Parameters:
sourceClass
- The source class of this exceptionmessage
- 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 exceptionmessage
- string information relating to this exceptioncause
- 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 exceptioncause
- a throwable that can be considered the cause
of the current exception (used in levelizing exceptions)
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.