Uses of Class
com.mymed.controller.core.exception.AbstractMymedException

Packages that use AbstractMymedException
com.mymed.controller.core.exception   
com.mymed.controller.core.manager.registration   
 

Uses of AbstractMymedException in com.mymed.controller.core.exception
 

Subclasses of AbstractMymedException in com.mymed.controller.core.exception
 class InternalBackEndException
          Use to return an explicit server Error 500 to the frontend
 class IOBackEndException
          Use to return an explicit server Error 404 to the frontend
 class WrongFormatException
          Returns an explicit server error 500.
 

Uses of AbstractMymedException in com.mymed.controller.core.manager.registration
 

Methods in com.mymed.controller.core.manager.registration that throw AbstractMymedException
 void IRegistrationManager.create(MUserBean user, MAuthenticationBean authentication)
           
 void RegistrationManager.create(MUserBean user, MAuthenticationBean authentication)
           
 void IRegistrationManager.read(java.lang.String accessToken)
           
 void RegistrationManager.read(java.lang.String accessToken)