Uses of Class
org.eclipse.higgins.rpps.core.chanel.CommunicationException

Packages that use CommunicationException
org.eclipse.higgins.rpps.core   
org.eclipse.higgins.rpps.core.chanel   
org.eclipse.higgins.rpps.core.impl   
 

Uses of CommunicationException in org.eclipse.higgins.rpps.core
 

Methods in org.eclipse.higgins.rpps.core that throw CommunicationException
 void IRppsService.getOTP(AuthCredentialTO authCredentialTO, String captchaId, String captchaResponse, String channel)
          Generate new one time password(OTP) and send it to user.
 

Uses of CommunicationException in org.eclipse.higgins.rpps.core.chanel
 

Methods in org.eclipse.higgins.rpps.core.chanel that throw CommunicationException
 void ICommunicationChanelCommand.sendMessage(org.eclipse.higgins.user.profile.entity.UserProfile userProfile, String message)
          Sends message.
 void EmailChanelCommand.sendMessage(org.eclipse.higgins.user.profile.entity.UserProfile userProfile, String message)
           
 

Uses of CommunicationException in org.eclipse.higgins.rpps.core.impl
 

Methods in org.eclipse.higgins.rpps.core.impl that throw CommunicationException
 void RppsService.getOTP(AuthCredentialTO authCredentialTO, String captchaId, String captchaResponse, String channel)