public class DownloadErrorException extends DbxApiException
DownloadError error.| Modifier and Type | Field and Description |
|---|---|
DownloadError |
errorValue
The error reported by
DbxUserFilesRequests.download(String). |
| Constructor and Description |
|---|
DownloadErrorException(String requestId,
LocalizedText userMessage,
DownloadError errorValue) |
buildMessage, buildMessage, getUserMessagegetRequestIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final DownloadError errorValue
DbxUserFilesRequests.download(String).public DownloadErrorException(String requestId, LocalizedText userMessage, DownloadError errorValue)