Package fr.dyade.aaa.agent

Examples of fr.dyade.aaa.agent.UnknownNotificationException


          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);
View Full Code Here

TOP

Related Classes of fr.dyade.aaa.agent.UnknownNotificationException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.