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