|
10Duke Java Core
|
Model class for common SDK related exceptions.
This is a base class for all the other SDK related exceptions. This should be used only in a case where there is not available a more fitting and descriptive exception class.
Public Member Functions | |
| SdkException (final String errorCode, final String errorDescription, final Throwable errorCause) | |
| Class constructor. | |
| tenduke.sdk.core.exception.SdkException.SdkException | ( | final String | errorCode, |
| final String | errorDescription, | ||
| final Throwable | errorCause ) |
Class constructor.
| errorCode | brief message of the error. |
| errorDescription | detailed message of the error. |
| errorCause | nested cause. |