public class DownloadErrorException extends DbxApiException
DownloadError error.
This exception is raised by DbxUserFilesRequests.download(String,String).
| Modifier and Type | Field and Description |
|---|---|
DownloadError |
errorValue
The error reported by
DbxUserFilesRequests.download(String,String). |
| Constructor and Description |
|---|
DownloadErrorException(java.lang.String routeName,
java.lang.String requestId,
LocalizedText userMessage,
DownloadError errorValue) |
buildMessage, buildMessage, getUserMessagegetRequestIdpublic final DownloadError errorValue
DbxUserFilesRequests.download(String,String).public DownloadErrorException(java.lang.String routeName,
java.lang.String requestId,
LocalizedText userMessage,
DownloadError errorValue)