Uses of Class
com.techventus.server.voice.exception.AuthenticationException

Packages that use AuthenticationException
com.techventus.server.voice.exception   
 

Uses of AuthenticationException in com.techventus.server.voice.exception
 

Subclasses of AuthenticationException in com.techventus.server.voice.exception
 class AccountDeletedException
           
 class AccountDisabledException
           
 class BadAuthenticationException
           
 class CaptchaRequiredException
           
 class NotVerifiedException
           
 class ServiceDisabledException
           
 class ServiceUnavailableException
           
 class TermsNotAgreedException
           
 

Methods in com.techventus.server.voice.exception that throw AuthenticationException
static void AuthenticationException.throwProperException(ERROR_CODE errorCode, java.lang.String captchaToken, java.lang.String captchaUrl)