This Exception is for the extremely rare case that the container you are
a part of is about to install another component that would completely disrupt
your own operation. This shouldn't be used frivolously, but throwing it
will block the other component from being added
author: Michael Rimov version: $Revision: 1.4 $ on $Date: 2004/11/17 20:48:16 $ since: Expresso 5.1
ContainerVetoException(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