HID APPROVE SDK
5.13
HID Approve SDK for Android
|
Public Member Functions | |
BaseException (ErrorCode errorCode) | |
BaseException (ErrorCode errorCode, String message) | |
BaseException (ErrorCode errorCode, String message, Throwable cause) | |
BaseException (ErrorCode errorCode, Throwable cause) | |
ErrorCode | getErrorCode () |
|
inline |
Constructor.
errorCode | Base exception error code |
|
inline |
Constructor.
errorCode | Base exception error code |
message | a message describing the cause of the error |
|
inline |
Constructor.
errorCode | Base exception error code |
message | a message describing the cause of the error |
cause | the underlying cause of the error |
|
inline |
Constructor.
errorCode | Base exception error code |
cause | the underlying cause of the error |