Package com.dropbox.core.v2.files
Class ExportErrorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.DbxApiException
- 
- com.dropbox.core.v2.files.ExportErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ExportErrorException extends DbxApiException Exception thrown when the server responds with aExportErrorerror.This exception is raised by DbxUserFilesRequests.export(String,String).- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description ExportErrorerrorValueThe error reported byDbxUserFilesRequests.export(String,String).
 - 
Constructor SummaryConstructors Constructor Description ExportErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, ExportError errorValue)
 - 
Method Summary- 
Methods inherited from class com.dropbox.core.DbxApiExceptionbuildMessage, buildMessage, getUserMessage
 - 
Methods inherited from class com.dropbox.core.DbxExceptiongetRequestId
 
- 
 
- 
- 
- 
Field Detail- 
errorValuepublic final ExportError errorValue The error reported byDbxUserFilesRequests.export(String,String).
 
- 
 - 
Constructor Detail- 
ExportErrorExceptionpublic ExportErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, ExportError errorValue)
 
- 
 
-