Package com.dropbox.core.v2.files
Class UploadErrorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.DbxApiException
- 
- com.dropbox.core.v2.files.UploadErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class UploadErrorException extends DbxApiException Exception thrown when the server responds with aUploadErrorerror.This exception is raised by DbxUserFilesRequests.upload(String).- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description UploadErrorerrorValueThe error reported byDbxUserFilesRequests.upload(String).
 - 
Constructor SummaryConstructors Constructor Description UploadErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, UploadError 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 UploadError errorValue The error reported byDbxUserFilesRequests.upload(String).
 
- 
 - 
Constructor Detail- 
UploadErrorExceptionpublic UploadErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, UploadError errorValue)
 
- 
 
-