org.reactive.configuration
Class ConfigurationFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.beans.BeansException
                      extended by org.reactive.configuration.ConfigurationFactoryException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationFactoryException
extends org.springframework.beans.BeansException

A runtime exception to be thrown when something goes terribly wrong when building a configuration agent.

Since:
30/12/2004
Version:
$Id: ConfigurationFactoryException.java,v 1.1 2004/12/30 07:35:29 dan_washusen Exp $
Author:
Dan Washusen
See Also:
Serialized Form

Constructor Summary
ConfigurationFactoryException(java.lang.String s)
           
ConfigurationFactoryException(java.lang.String s, java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationFactoryException

public ConfigurationFactoryException(java.lang.String s)

ConfigurationFactoryException

public ConfigurationFactoryException(java.lang.String s,
                                     java.lang.Throwable throwable)


Copyright © 2004-2005 reactive.org. All Rights Reserved.