Exception that marks a configuration Exception. Usually thrown when
entries in the configuration file are corrupt or bad. Also could be thrown
if the component's metadata is bad
author: Michael Rimov
ConfigurationException(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