Thrown by InitableBroker and
ServiceBroker classes to indicate problems with
instatiation of requested objects.
Make sure you don't confuse this exception with the java.lang.InstantiationException.
author: Kevin Burton author: Rafal Krzewski version: $Id: InstantiationException.java 534527 2007-05-02 16:10:59Z tv $ See Also:org.apache.turbine.services.Initable
Construct an InstantiatioException with specified detail message
and nested Throwable.
Parameters: msg - The detail message. Parameters: nested - the exception or error that caused this exceptionto be thrown.