// delegate is found,
// the application is not currently deployable to a CF
// server. In that case, a delegate
// may be required to be registered for that application
// type.
final ApplicationWizardDelegate providerDelegate = ApplicationWizardRegistry.getWizardProvider(appModule
.getLocalModule());
if (providerDelegate == null) {
throw CloudErrorUtil.toCoreException("Failed to open application deployment wizard for: " //$NON-NLS-1$
+ appModule.getDeployedApplicationName() + " when attempting to push application to " //$NON-NLS-1$