HID APPROVE SDK
5.5
HID APPROVE SDK for Android
|
Public Member Functions | |
InvalidPasswordException () | |
InvalidPasswordException (String additionMessage) | |
InvalidPasswordException (ErrorCode errorCode, String additionMessage) | |
![]() | |
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 password fails policy requirements.
|
inline |
Constructor.
|
inline |
Constructor.
additionMessage | An unlocalized message that provides additional detail about the error. |
|
inline |
Constructor.
errorCode | Invalid password exception error code |
additionMessage | An unlocalized message that provides additional detail about the error. |