Model class for authorization token related exceptions.
|
| | TokenException (final String errorCode, final String errorDescription, final Throwable errorCause) |
| | Class constructor.
|
| |
| | SdkException (final String errorCode, final String errorDescription, final Throwable errorCause) |
| | Class constructor.
|
| |
|
|
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.
|
| |
◆ TokenException()
| tenduke.sdk.core.exception.TokenException.TokenException |
( |
final String | errorCode, |
|
|
final String | errorDescription, |
|
|
final Throwable | errorCause ) |
Class constructor.
- Parameters
-
| errorCode | brief message of the error. |
| errorDescription | detailed message of the error. |
| errorCause | nested cause. |
The documentation for this class was generated from the following file:
- model/src/main/java/tenduke/sdk/core/exception/TokenException.java