HID APPROVE SDK  6.0
HID Approve SDK for Android
com.hidglobal.ia.service.exception.LostCredentialsException Class Reference
Inheritance diagram for com.hidglobal.ia.service.exception.LostCredentialsException:
com.hidglobal.ia.service.exception.BaseException

Public Member Functions

 LostCredentialsException ()
 
 LostCredentialsException (String message)
 
 LostCredentialsException (String message, Throwable cause)
 
 LostCredentialsException (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

The provisioning key securing the transaction has been wiped. Most probably due to an update of the system device's policy. A new provisioning operation is required.

Constructor & Destructor Documentation

◆ LostCredentialsException() [1/4]

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

Constructor.

◆ LostCredentialsException() [2/4]

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

Constructor.

Parameters
messagea message describing the cause of the error

◆ LostCredentialsException() [3/4]

com.hidglobal.ia.service.exception.LostCredentialsException.LostCredentialsException ( String  message,
Throwable  cause 
)
inline

Constructor.

Parameters
messagea message describing the cause of the error
causethe underlying cause of the error

◆ LostCredentialsException() [4/4]

com.hidglobal.ia.service.exception.LostCredentialsException.LostCredentialsException ( Throwable  cause)
inline

Constructor.

Parameters
causethe underlying cause of the error