String exceptionMsg) {
SystemAlert alert = new SystemAlert(
handler, "Exception", exceptionMsg, null, AlertType.ERROR);
alert.run();
alert.waitForUser();
}
/**
* Starts a MIDlet in a new Isolate or
* queues the execution of the named Application suite to run.