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(String routeName,
String requestId,
LocalizedText userMessage,
DownloadError errorValue) |
buildMessage, buildMessage, getUserMessage
getRequestId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final DownloadError errorValue
DbxUserFilesRequests.download(String,String)
.public DownloadErrorException(String routeName, String requestId, LocalizedText userMessage, DownloadError errorValue)