HID APPROVE SDK  5.12
HID Approve SDK for Android
com.hidglobal.ia.service.exception.ServerProtocolException Class Reference
Inheritance diagram for com.hidglobal.ia.service.exception.ServerProtocolException:
com.hidglobal.ia.service.exception.BaseException

Public Member Functions

 ServerProtocolException ()
 
 ServerProtocolException (String message)
 
 ServerProtocolException (String message, 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

An unexpected failure has occurred in the implementation layer.

Constructor & Destructor Documentation

◆ ServerProtocolException() [1/3]

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

Constructor.

◆ ServerProtocolException() [2/3]

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

Constructor.

Parameters
messagea message describing the cause of the error

◆ ServerProtocolException() [3/3]

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

Constructor.

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