HID APPROVE SDK  5.13
HID Approve SDK for Android
com.hidglobal.ia.service.exception.BaseException Class Reference
Inheritance diagram for com.hidglobal.ia.service.exception.BaseException:
com.hidglobal.ia.service.exception.FingerprintAuthenticationRequiredException com.hidglobal.ia.service.exception.FingerprintNotEnrolledException com.hidglobal.ia.service.exception.GooglePlayServicesObsoleteException com.hidglobal.ia.service.exception.InternalException com.hidglobal.ia.service.exception.InvalidParameterException com.hidglobal.ia.service.exception.LostCredentialsException com.hidglobal.ia.service.exception.RemoteException com.hidglobal.ia.service.exception.ServerOperationFailedException com.hidglobal.ia.service.exception.ServerProtocolException com.hidglobal.ia.service.exception.ServerUnsupportedOperationException com.hidglobal.ia.service.exception.TransactionException com.hidglobal.ia.service.exception.UnsafeDeviceException

Public Member Functions

 BaseException (ErrorCode errorCode)
 
 BaseException (ErrorCode errorCode, String message)
 
 BaseException (ErrorCode errorCode, String message, Throwable cause)
 
 BaseException (ErrorCode errorCode, Throwable cause)
 
ErrorCode getErrorCode ()
 

Constructor & Destructor Documentation

◆ BaseException() [1/4]

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

Constructor.

Parameters
errorCodeBase exception error code

◆ BaseException() [2/4]

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

Constructor.

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

◆ BaseException() [3/4]

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

Constructor.

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

◆ BaseException() [4/4]

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

Constructor.

Parameters
errorCodeBase exception error code
causethe underlying cause of the error