HID APPROVE SDK  5.9
HID Approve SDK for Android
com.hidglobal.ia.service.exception.ServerVersionException Class Reference
Inheritance diagram for com.hidglobal.ia.service.exception.ServerVersionException:
com.hidglobal.ia.service.exception.RemoteException com.hidglobal.ia.service.exception.BaseException

Public Member Functions

String getClientVersion ()
 
String getServerVersion ()
 
 ServerVersionException ()
 
 ServerVersionException (String clientVersion, String serverVersion, String message)
 
void setClientVersion (String clientVersion)
 
void setServerVersion (String serverVersion)
 
- Public Member Functions inherited from com.hidglobal.ia.service.exception.RemoteException
Throwable getCause ()
 
String getMessage ()
 
 RemoteException ()
 
 RemoteException (String message)
 
 RemoteException (String message, Throwable cause)
 
 RemoteException (ErrorCode errorCode)
 
 RemoteException (ErrorCode errorCode, String message)
 
 RemoteException (ErrorCode errorCode, 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 ()
 

Additional Inherited Members

- Public Attributes inherited from com.hidglobal.ia.service.exception.RemoteException
Throwable detail
 

Detailed Description

The server protocol version is not supported by the client.

Constructor & Destructor Documentation

◆ ServerVersionException() [1/2]

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

Constructor.

◆ ServerVersionException() [2/2]

com.hidglobal.ia.service.exception.ServerVersionException.ServerVersionException ( String  clientVersion,
String  serverVersion,
String  message 
)
inline

Constructor.

Parameters
clientVersionthe client version
serverVersionthe server version
messagethe detail message

Member Function Documentation

◆ getClientVersion()

String com.hidglobal.ia.service.exception.ServerVersionException.getClientVersion ( )
inline

Returns the client version.

Returns
The client version.

◆ getServerVersion()

String com.hidglobal.ia.service.exception.ServerVersionException.getServerVersion ( )
inline

Returns the server version.

Returns
The server version.

◆ setClientVersion()

void com.hidglobal.ia.service.exception.ServerVersionException.setClientVersion ( String  clientVersion)
inline

Sets the client version

Parameters
clientVersionThe client version.

◆ setServerVersion()

void com.hidglobal.ia.service.exception.ServerVersionException.setServerVersion ( String  serverVersion)
inline

Sets the server version

Parameters
serverVersionThe server version.