HID APPROVE SDK
6.0
HID Approve SDK for Android
|
Public Member Functions | |
TransactionSignedException () | |
TransactionSignedException (String message) | |
TransactionSignedException (String message, Throwable cause) | |
![]() | |
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 () |
|
inline |
if transaction has already been canceled. .
|
inline |
TransactionCanceledException constructor.
message | The message that describes the error. |
|
inline |
Constructor.
message | a message describing the cause of the error |
cause | the underlying cause of the error |