HID APPROVE SDK  5.11
HID Approve SDK for Android
com.hidglobal.ia.service.exception.ServerAuthenticationException Class Reference
Inheritance diagram for com.hidglobal.ia.service.exception.ServerAuthenticationException:
com.hidglobal.ia.service.exception.AuthenticationException com.hidglobal.ia.service.exception.TransactionException com.hidglobal.ia.service.exception.BaseException

Public Member Functions

 ServerAuthenticationException ()
 
 ServerAuthenticationException (String message)
 
- Public Member Functions inherited from com.hidglobal.ia.service.exception.AuthenticationException
 AuthenticationException ()
 
 AuthenticationException (String additionMessage)
 
 AuthenticationException (ErrorCode errorCode)
 
 AuthenticationException (ErrorCode errorCode, String additionMessage)
 
 AuthenticationException (String message, int nTries)
 
int getRemainingTries ()
 
void setRemainingTries (int remainingTries)
 
- Public Member Functions inherited from com.hidglobal.ia.service.exception.TransactionException
 TransactionException ()
 
 TransactionException (String message)
 
 TransactionException (ErrorCode errorCode)
 
 TransactionException (ErrorCode errorCode, String message)
 
 TransactionException (ErrorCode errorCode, String message, Throwable cause)
 
 TransactionException (ErrorCode errorCode, Throwable cause)
 
- Public Member Functions inherited from com.hidglobal.ia.service.exception.BaseException
 BaseException (ErrorCode errorCode)
 
 BaseException (ErrorCode errorCode, String message)
 
 BaseException (ErrorCode errorCode, String message, Throwable cause)
 
 BaseException (ErrorCode errorCode, Throwable cause)
 
ErrorCode getErrorCode ()
 

Detailed Description

Authentication to the server failed. The transaction signature could not be valided by server.

Constructor & Destructor Documentation

◆ ServerAuthenticationException() [1/2]

com.hidglobal.ia.service.exception.ServerAuthenticationException.ServerAuthenticationException ( )
inline

Constructor.

◆ ServerAuthenticationException() [2/2]

com.hidglobal.ia.service.exception.ServerAuthenticationException.ServerAuthenticationException ( String  message)
inline

Constructor.

Parameters
messagea message describing the cause of the error