if (CloudErrorUtil.isNotFoundException(coreException)) {
display404Error(status);
return;
}
else if (CloudErrorUtil.isWrongCredentialsException(coreException)) {
CloudFoundryCredentialsWizard wizard = new CloudFoundryCredentialsWizard(editorPage
.getCloudServer());
WizardDialog dialog = new WizardDialog(Display.getDefault().getActiveShell(),
wizard);
if (dialog.open() == Dialog.OK) {
CloudFoundryEditorAction.this.run();