This exception represents an error that occurs when changing the
configuration of an object. When a container catches a configuration change
then it must roll back all of configuration changes that depend on it. This
is the only way to keep the server running if a bad value is entered.
author: Michael Rimov
ConfigChangeException(String s, Throwable t) Constructor for throwing an exception that contains a message and another
Throwable exception buried within it.
Constructor for throwing an exception that contains a message and another
Throwable exception buried within it. This allows for wrapping of varioua
exceptions for uniform API.
Parameters: s - The message String Parameters: t - java.lang.Throwable, presumably an exception you've already caughtin another block of code.
Constructor for thowing a wrapped, nested Exception object
Parameters: t - java.lang.Throwable, presumably an exception you've already caughtin another block of code.
Methods inherited from com.jcorporate.expresso.kernel.exception.ChainedException