public class DownloadZipErrorException extends DbxApiException
DownloadZipError
error.
This exception is raised by DbxUserFilesRequests.downloadZip(String)
.
Modifier and Type | Field and Description |
---|---|
DownloadZipError |
errorValue
The error reported by
DbxUserFilesRequests.downloadZip(String) . |
Constructor and Description |
---|
DownloadZipErrorException(java.lang.String routeName,
java.lang.String requestId,
LocalizedText userMessage,
DownloadZipError errorValue) |
buildMessage, buildMessage, getUserMessage
getRequestId
public final DownloadZipError errorValue
DbxUserFilesRequests.downloadZip(String)
.public DownloadZipErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, DownloadZipError errorValue)