HID APPROVE SDK  6.0
HID Approve SDK for Android
com.hidglobal.ia.service.exception.TransactionException Class Reference
Inheritance diagram for com.hidglobal.ia.service.exception.TransactionException:
com.hidglobal.ia.service.exception.BaseException com.hidglobal.ia.service.exception.AuthenticationException com.hidglobal.ia.service.exception.CredentialsExpiredException com.hidglobal.ia.service.exception.InexplicitContainerException com.hidglobal.ia.service.exception.InvalidContainerException com.hidglobal.ia.service.exception.InvalidPasswordException com.hidglobal.ia.service.exception.PasswordCancelledException com.hidglobal.ia.service.exception.PasswordExpiredException com.hidglobal.ia.service.exception.PasswordNotYetUpdatableException com.hidglobal.ia.service.exception.PasswordRequiredException com.hidglobal.ia.service.exception.TransactionContainerInvalidException com.hidglobal.ia.service.exception.TransactionExpiredException com.hidglobal.ia.service.exception.TransactionSignedException com.hidglobal.ia.service.exception.UnsupportedDeviceException

Public Member Functions

 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

Base transaction exception

Constructor & Destructor Documentation

◆ TransactionException() [1/6]

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

Constructs a TransactionException.

◆ TransactionException() [2/6]

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

Constructor.

Parameters
messagea message describing the cause of the error

◆ TransactionException() [3/6]

com.hidglobal.ia.service.exception.TransactionException.TransactionException ( ErrorCode  errorCode)
inline

Constructor.

Parameters
errorCodeTransaction exception error code

◆ TransactionException() [4/6]

com.hidglobal.ia.service.exception.TransactionException.TransactionException ( ErrorCode  errorCode,
String  message 
)
inline

Constructor.

Parameters
errorCodeTransaction exception error code
messagea message describing the cause of the error

◆ TransactionException() [5/6]

com.hidglobal.ia.service.exception.TransactionException.TransactionException ( ErrorCode  errorCode,
String  message,
Throwable  cause 
)
inline

Constructor.

Parameters
errorCodeTransaction exception error code
messagea message describing the cause of the error
causethe underlying cause of the error

◆ TransactionException() [6/6]

com.hidglobal.ia.service.exception.TransactionException.TransactionException ( ErrorCode  errorCode,
Throwable  cause 
)
inline

Constructor.

Parameters
errorCodeTransaction exception error code
causethe underlying cause of the error