575576577578579580581582583584585
} // Otherwise bubble up the error UnauthorizedInstantiationException ex; ex = new UnauthorizedInstantiationException(component.getClass()); ex.initCause(cause); throw ex; } // End IUnauthorizedComponentInstantiationListener methods ---------------