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