HID APPROVE SDK
6.0
HID Approve SDK for Android
|
Public Member Functions | |
TransactionContainerInvalidException () | |
TransactionContainerInvalidException (String message) | |
TransactionContainerInvalidException (String message, Throwable cause) | |
TransactionContainerInvalidException (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 () |
The transaction id refers to a container that does not exist. It may happen if the container is deleted locally without notifying the server.
|
inline |
Constructor.
|
inline |
Constructor.
message | a message describing the cause of the error |
|
inline |
Constructor.
message | a message describing the cause of the error |
cause | the underlying cause of the error |
|
inline |
Constructor.
cause | the underlying cause of the error |