HID APPROVE SDK  6.0
HID Approve SDK for Android
com.hidglobal.ia.service.exception.CredentialsExpiredException Class Reference
Inheritance diagram for com.hidglobal.ia.service.exception.CredentialsExpiredException:
com.hidglobal.ia.service.exception.TransactionException com.hidglobal.ia.service.exception.BaseException

Public Member Functions

 CredentialsExpiredException ()
 
 CredentialsExpiredException (Date date, String message)
 
Date getExpiration ()
 
void setExpiration (Date expiration)
 
- 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 credentials used to sign the transaction have expired.

Constructor & Destructor Documentation

◆ CredentialsExpiredException() [1/2]

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

Constructor.

◆ CredentialsExpiredException() [2/2]

com.hidglobal.ia.service.exception.CredentialsExpiredException.CredentialsExpiredException ( Date  date,
String  message 
)
inline

Constructor.

Parameters
dateexpiration date
messagea message describing the cause of the error

Member Function Documentation

◆ getExpiration()

Date com.hidglobal.ia.service.exception.CredentialsExpiredException.getExpiration ( )
inline

Returns the date of expiration.

Returns
the date of expiration.

◆ setExpiration()

void com.hidglobal.ia.service.exception.CredentialsExpiredException.setExpiration ( Date  expiration)
inline

Sets the date of expiration

Parameters
expirationThe date of expiration.