com.ail.core.configure
Class ConfigurationResetError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.ail.core.BaseError
              extended by com.ail.core.configure.ConfigurationError
                  extended by com.ail.core.configure.ConfigurationResetError
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationResetError
extends ConfigurationError

This error is throw by PropertyLoaders when they fail due to some configuration error.

Version:
$Revision: 1.3 $
See Also:
Serialized Form

Constructor Summary
ConfigurationResetError(java.lang.String description)
           
ConfigurationResetError(java.lang.String description, java.lang.Throwable target)
           
 
Method Summary
 
Methods inherited from class com.ail.core.BaseError
getDescription, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationResetError

public ConfigurationResetError(java.lang.String description)

ConfigurationResetError

public ConfigurationResetError(java.lang.String description,
                               java.lang.Throwable target)