HID APPROVE SDK
5.12
HID Approve SDK for Android
|
Public Member Functions | |
UnsupportedDeviceException () | |
UnsupportedDeviceException (String message) | |
![]() | |
TransactionException () | |
TransactionException (String message) | |
TransactionException (ErrorCode errorCode) | |
TransactionException (ErrorCode errorCode, String message) | |
TransactionException (ErrorCode errorCode, String message, Throwable cause) | |
TransactionException (ErrorCode errorCode, Throwable cause) | |
![]() | |
BaseException (ErrorCode errorCode) | |
BaseException (ErrorCode errorCode, String message) | |
BaseException (ErrorCode errorCode, String message, Throwable cause) | |
BaseException (ErrorCode errorCode, Throwable cause) | |
ErrorCode | getErrorCode () |
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
|
inline |
Constructor.
|
inline |
Constructor.
message | a message describing the cause of the error |