ExpressoRuntimeException is the base class for most wrapper exceptions
that the Expresso component hierarchy will throw on component level exceptions
author: Michael Rimov version: $Revision: 1.4 $ on $Date: 2004/11/17 20:48:16 $
ExpressoRuntimeException(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