HID APPROVE SDK
5.9
HID Approve SDK for Android
|
Public Member Functions | |
ErrorCode | getErrorReason () |
Parameter | getParameter () |
InternalException () | |
InternalException (String message) | |
InternalException (String message, Throwable cause) | |
void | setErrorReason (ErrorCode errorReason) |
void | setParameter (Parameter param) |
![]() | |
BaseException (ErrorCode errorCode) | |
BaseException (ErrorCode errorCode, String message) | |
BaseException (ErrorCode errorCode, String message, Throwable cause) | |
BaseException (ErrorCode errorCode, Throwable cause) | |
ErrorCode | getErrorCode () |
An unexpected error occurred.
|
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 |
Returns the causing parameter only when reason is RequiredParameterException
|
inline |
Sets the causing parameter only when reason is RequiredParameterException
param | The causing parameter. |