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

Public Member Functions

 ServerUnsupportedOperationException ()
 
 ServerUnsupportedOperationException (String additionMessage)
 
 ServerUnsupportedOperationException (ErrorCode errorCode)
 
 ServerUnsupportedOperationException (ErrorCode errorCode, String additionMessage)
 
- 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 server does not support the operation requested.

Constructor & Destructor Documentation

◆ ServerUnsupportedOperationException() [1/4]

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

Constructs a AuthenticationException.

◆ ServerUnsupportedOperationException() [2/4]

com.hidglobal.ia.service.exception.ServerUnsupportedOperationException.ServerUnsupportedOperationException ( String  additionMessage)
inline

Constructor.

Parameters
additionMessageAn unlocalized message that provides additional detail about the error.

◆ ServerUnsupportedOperationException() [3/4]

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

Constructor.

Parameters
errorCodeAuthentication exception error code

◆ ServerUnsupportedOperationException() [4/4]

com.hidglobal.ia.service.exception.ServerUnsupportedOperationException.ServerUnsupportedOperationException ( ErrorCode  errorCode,
String  additionMessage 
)
inline

Constructor.

Parameters
errorCodeAuthentication exception error code
additionMessageAn unlocalized message that provides additional detail about the error.