HID APPROVE SDK  5.12
HID Approve SDK for Android
com.hidglobal.ia.service.exception.UnsupportedDeviceException Class Reference
Inheritance diagram for com.hidglobal.ia.service.exception.UnsupportedDeviceException:
com.hidglobal.ia.service.exception.TransactionException com.hidglobal.ia.service.exception.BaseException

Public Member Functions

 UnsupportedDeviceException ()
 
 UnsupportedDeviceException (String message)
 
- 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

The device configuration is not supported. This exception can be returned if a given device is not supported by policy or does not have the minimum required security configuration, for instance on Android: a NULL Android ID AND no Build Serial Number

Constructor & Destructor Documentation

◆ UnsupportedDeviceException() [1/2]

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

Constructor.

◆ UnsupportedDeviceException() [2/2]

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

Constructor.

Parameters
messagea message describing the cause of the error