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

Detailed Description

Model class for authorization token related exceptions.

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

Public Member Functions

 TokenException (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.
 

Additional Inherited Members

- 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

◆ TokenException()

tenduke.sdk.core.exception.TokenException.TokenException ( 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: