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

Public Member Functions

 TransactionContainerInvalidException ()
 
 TransactionContainerInvalidException (String message)
 
 TransactionContainerInvalidException (String message, Throwable cause)
 
 TransactionContainerInvalidException (Throwable cause)
 
- 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 transaction id refers to a container that does not exist. It may happen if the container is deleted locally without notifying the server.

Constructor & Destructor Documentation

◆ TransactionContainerInvalidException() [1/4]

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

Constructor.

◆ TransactionContainerInvalidException() [2/4]

com.hidglobal.ia.service.exception.TransactionContainerInvalidException.TransactionContainerInvalidException ( String  message)
inline

Constructor.

Parameters
messagea message describing the cause of the error

◆ TransactionContainerInvalidException() [3/4]

com.hidglobal.ia.service.exception.TransactionContainerInvalidException.TransactionContainerInvalidException ( String  message,
Throwable  cause 
)
inline

Constructor.

Parameters
messagea message describing the cause of the error
causethe underlying cause of the error

◆ TransactionContainerInvalidException() [4/4]

com.hidglobal.ia.service.exception.TransactionContainerInvalidException.TransactionContainerInvalidException ( Throwable  cause)
inline

Constructor.

Parameters
causethe underlying cause of the error