HID APPROVE SDK  5.5
HID APPROVE SDK for Android
com.hidglobal.ia.service.exception.InvalidPasswordException Class Reference
Inheritance diagram for com.hidglobal.ia.service.exception.InvalidPasswordException:
com.hidglobal.ia.service.exception.TransactionException com.hidglobal.ia.service.exception.BaseException

Public Member Functions

 InvalidPasswordException ()
 
 InvalidPasswordException (String additionMessage)
 
 InvalidPasswordException (ErrorCode errorCode, String additionMessage)
 
- Public Member Functions inherited from com.hidglobal.ia.service.exception.TransactionException
 TransactionException ()
 
 TransactionException (String message)
 
 TransactionException (ErrorCode errorCode)
 
 TransactionException (ErrorCode errorCode, String message)
 
 TransactionException (ErrorCode errorCode, String message, Throwable cause)
 
 TransactionException (ErrorCode errorCode, Throwable cause)
 
- Public Member Functions inherited from com.hidglobal.ia.service.exception.BaseException
 BaseException (ErrorCode errorCode)
 
 BaseException (ErrorCode errorCode, String message)
 
 BaseException (ErrorCode errorCode, String message, Throwable cause)
 
 BaseException (ErrorCode errorCode, Throwable cause)
 
ErrorCode getErrorCode ()
 

Detailed Description

The password fails policy requirements.

Constructor & Destructor Documentation

◆ InvalidPasswordException() [1/3]

com.hidglobal.ia.service.exception.InvalidPasswordException.InvalidPasswordException ( )
inline

Constructor.

◆ InvalidPasswordException() [2/3]

com.hidglobal.ia.service.exception.InvalidPasswordException.InvalidPasswordException ( String  additionMessage)
inline

Constructor.

Parameters
additionMessageAn unlocalized message that provides additional detail about the error.

◆ InvalidPasswordException() [3/3]

com.hidglobal.ia.service.exception.InvalidPasswordException.InvalidPasswordException ( ErrorCode  errorCode,
String  additionMessage 
)
inline

Constructor.

Parameters
errorCodeInvalid password exception error code
additionMessageAn unlocalized message that provides additional detail about the error.

The documentation for this class was generated from the following file: