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