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
Fields inherited from class java.lang.Throwable |
|
ConfigurationInterceptorException
public ConfigurationInterceptorException(Class sourceClass,
String message)
- Constructor for ConfigurationInterceptorException.
- Parameters:
sourceClass
- the class in which the exception was causedmessage
- 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 causedmessage
- the reason for the exceptioncause
- the exception the resulted in this exception
Copyright 1999-2003 Sapient Corporation. All Rights Reserved.