wakeUpNot((WakeUpNot) not);
}
} else if (not instanceof FwdAdminRequestNot)
handleAdminRequestNot(from, (FwdAdminRequestNot) not);
else
throw new UnknownNotificationException(not.getClass().getName());
} catch (MomException exc) {
// MOM Exceptions are sent to the requester.
if (logger.isLoggable(BasicLevel.WARN))
logger.log(BasicLevel.WARN, this + ".react()", exc);