rh[i].initialize(rrw, props);
} catch (RemoteAccessException ex) {
if( ex.getMessage().equals("Unauthorized")) {
authorized = false;
} else {
(new MessagePopup("Exception : ",
ex.getMessage())).show();
throw ex; // another reason, throw it
}
} finally {
if(!authorized) {