HID APPROVE SDK
6.0
HID Approve SDK for Android
|
Public Member Functions | |
CredentialsExpiredException () | |
CredentialsExpiredException (Date date, String message) | |
Date | getExpiration () |
void | setExpiration (Date expiration) |
![]() | |
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 credentials used to sign the transaction have expired.
|
inline |
Constructor.
|
inline |
Constructor.
date | expiration date |
message | a message describing the cause of the error |
|
inline |
Returns the date of expiration.
|
inline |
Sets the date of expiration
expiration | The date of expiration. |