AlertDialog.alert("Access Exception " + caught);
}
if (manager != null) {
try {
SiteException hbe = (SiteException) caught;
manager.update(myNum, call + " fail " + hbe.getMessage(),
StatusCode.FAIL);
} catch (Exception e) {
manager.update(myNum, call, StatusCode.FAIL);
}