org.sape.carbon.core.config
Class ConfigurationStoreException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.sape.carbon.core.exception.BaseException
|
+--org.sape.carbon.core.config.ConfigurationException
|
+--org.sape.carbon.core.config.ConfigurationStoreException
- All Implemented Interfaces:
- Exceptionable, Serializable
- public class ConfigurationStoreException
- extends ConfigurationException
This exception happens when their is a failure in the store or retrieval
of the underlying data representing a configuration.
Copyright 2001 Sapient
- Since:
- carbon 1.0
- Version:
- $Revision: 1.7 $($Author: dvoet $ / $Date: 2003/05/05 21:21:15 $)
- Author:
- Greg Hinkle, December 2001
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
ConfigurationStoreException
public ConfigurationStoreException(Class sourceClass,
String message)
- Constructor for ConfigurationStoreException.
- Parameters:
sourceClass
- the source class of the exceptionmessage
- a description of this failure
ConfigurationStoreException
public ConfigurationStoreException(Class sourceClass,
String message,
Throwable cause)
- Constructor for ConfigurationStoreException.
- Parameters:
sourceClass
- the source class of the exceptionmessage
- a description of the failurecause
- the exception that caused this failure
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.