org.sape.carbon.core.config.interceptor
Class ConfigurationInterceptorException

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.interceptor.ConfigurationInterceptorException
All Implemented Interfaces:
Exceptionable, Serializable

public class ConfigurationInterceptorException
extends ConfigurationRuntimeException

Levelized exception for ConfigurationInterceptor. Thrown for all unexpected exceptions. Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.3 $($Author: dvoet $ / $Date: 2003/05/05 21:21:18 $)
Author:
Greg Hinkle, January 2002
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
ConfigurationInterceptorException(Class sourceClass, String message)
          Constructor for ConfigurationInterceptorException.
ConfigurationInterceptorException(Class sourceClass, String message, Throwable cause)
          Constructor for ConfigurationInterceptorException.
 
Methods inherited from class org.sape.carbon.core.config.ConfigurationRuntimeException
getSeverity
 
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

ConfigurationInterceptorException

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

Parameters:
sourceClass - the class in which the exception was caused
message - the reason for the exception

ConfigurationInterceptorException

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

Parameters:
sourceClass - the class in which the exception was caused
message - the reason for the exception
cause - the exception the resulted in this exception


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.