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

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

Uses of ERROR_CODE in com.techventus.server.voice
 

Methods in com.techventus.server.voice that return ERROR_CODE
 ERROR_CODE Voice.getError()
          Deprecated. 
 

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

Methods in com.techventus.server.voice.exception that return ERROR_CODE
 ERROR_CODE AuthenticationException.getError()
           
static ERROR_CODE ERROR_CODE.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ERROR_CODE[] ERROR_CODE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.techventus.server.voice.exception with parameters of type ERROR_CODE
 void AuthenticationException.setErrorCode(ERROR_CODE errorCode)
           
static void AuthenticationException.throwProperException(ERROR_CODE errorCode, java.lang.String captchaToken, java.lang.String captchaUrl)
           
 

Constructors in com.techventus.server.voice.exception with parameters of type ERROR_CODE
AuthenticationException(ERROR_CODE errorCode)
           
AuthenticationException(java.lang.Throwable cause, ERROR_CODE errorCode)