HID APPROVE SDK
6.0
HID Approve SDK for Android
|
Public Member Functions | |
ServerUnsupportedOperationException () | |
ServerUnsupportedOperationException (String additionMessage) | |
ServerUnsupportedOperationException (ErrorCode errorCode) | |
ServerUnsupportedOperationException (ErrorCode errorCode, String additionMessage) | |
![]() | |
BaseException (ErrorCode errorCode) | |
BaseException (ErrorCode errorCode, String message) | |
BaseException (ErrorCode errorCode, String message, Throwable cause) | |
BaseException (ErrorCode errorCode, Throwable cause) | |
ErrorCode | getErrorCode () |
The server does not support the operation requested.
|
inline |
Constructs a AuthenticationException
.
|
inline |
Constructor.
additionMessage | An unlocalized message that provides additional detail about the error. |
|
inline |
Constructor.
errorCode | Authentication exception error code |
|
inline |
Constructor.
errorCode | Authentication exception error code |
additionMessage | An unlocalized message that provides additional detail about the error. |