HID APPROVE SDK
6.0
HID Approve SDK for Android
|
Public Member Functions | |
ServerOperationFailedException () | |
ServerOperationFailedException (String message) | |
![]() | |
BaseException (ErrorCode errorCode) | |
BaseException (ErrorCode errorCode, String message) | |
BaseException (ErrorCode errorCode, String message, Throwable cause) | |
BaseException (ErrorCode errorCode, Throwable cause) | |
ErrorCode | getErrorCode () |
The server couldn't complete the operation the server encounters a failure for the operation requested. *
|
inline |
Constructs a ServerOperationFailedException
.
|
inline |
Constructs a ServerOperationFailedException
with the specified detail message.
message | the detail message |