HID APPROVE SDK
5.12
HID Approve SDK for Android
|
Public Member Functions | |
ServerProtocolException () | |
ServerProtocolException (String message) | |
ServerProtocolException (String message, Throwable cause) | |
![]() | |
BaseException (ErrorCode errorCode) | |
BaseException (ErrorCode errorCode, String message) | |
BaseException (ErrorCode errorCode, String message, Throwable cause) | |
BaseException (ErrorCode errorCode, Throwable cause) | |
ErrorCode | getErrorCode () |
An unexpected failure has occurred in the implementation layer.
|
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 |