10Duke Java Core
Loading...
Searching...
No Matches
tenduke.sdk.core.exception.UserAuthRequiredException Class Reference

Detailed Description

Model class for stating user authentication is required.

Inheritance diagram for tenduke.sdk.core.exception.UserAuthRequiredException:
tenduke.sdk.core.exception.SdkException

Public Member Functions

 UserAuthRequiredException (final String errorCode, final String errorDescription, final Throwable errorCause)
 Class constructor.
 
- Public Member Functions inherited from tenduke.sdk.core.exception.SdkException
 SdkException (final String errorCode, final String errorDescription, final Throwable errorCause)
 Class constructor.
 

Static Public Attributes

static final String USER_AUTH_REQUIRED = "user_auth_required"
 Error code constant for specifying user must be authentications.
 
- Static Public Attributes inherited from tenduke.sdk.core.exception.SdkException
static final String INTERNAL_ERROR = "internal_error"
 Error code constant for universal errors that don't have a more definitive error code available.
 
static final String BAD_ARGUMENTS = "bad_arguments"
 Error code constant for specifying that the given arguments are invalid.
 
static final String TIMEOUT_ERROR = "timeout_error"
 Error code constant for specifying that there was a timeout.
 

Constructor & Destructor Documentation

◆ UserAuthRequiredException()

tenduke.sdk.core.exception.UserAuthRequiredException.UserAuthRequiredException ( final String errorCode,
final String errorDescription,
final Throwable errorCause )

Class constructor.

Parameters
errorCodebrief message of the error.
errorDescriptiondetailed message of the error.
errorCausenested cause.

The documentation for this class was generated from the following file: