HID APPROVE SDK
6.0
HID Approve SDK for Android
|
Public Member Functions | |
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 () |
Base transaction exception
|
inline |
Constructs a TransactionException
.
|
inline |
Constructor.
message | a message describing the cause of the error |
|
inline |
Constructor.
errorCode | Transaction exception error code |
|
inline |
Constructor.
errorCode | Transaction exception error code |
message | a message describing the cause of the error |
|
inline |
Constructor.
errorCode | Transaction exception error code |
message | a message describing the cause of the error |
cause | the underlying cause of the error |
|
inline |
Constructor.
errorCode | Transaction exception error code |
cause | the underlying cause of the error |