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

Field Summary
 
Fields inherited from class org.sape.carbon.core.exception.BaseException
delegatedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConfigurationStoreException(Class sourceClass, String message)
          Constructor for ConfigurationStoreException.
ConfigurationStoreException(Class sourceClass, String message, Throwable cause)
          Constructor for ConfigurationStoreException.
 
Methods inherited from class org.sape.carbon.core.config.ConfigurationException
getSeverity
 
Methods inherited from class org.sape.carbon.core.exception.BaseException
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

ConfigurationStoreException

public ConfigurationStoreException(Class sourceClass,
                                   String message)
Constructor for ConfigurationStoreException.

Parameters:
sourceClass - the source class of the exception
message - a description of this failure

ConfigurationStoreException

public ConfigurationStoreException(Class sourceClass,
                                   String message,
                                   Throwable cause)
Constructor for ConfigurationStoreException.

Parameters:
sourceClass - the source class of the exception
message - a description of the failure
cause - the exception that caused this failure


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.