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 aThumbnailV2Error
error.This exception is raised by
DbxAppFilesRequests.getThumbnailV2(PathOrLink)
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description ThumbnailV2Error
errorValue
The error reported byDbxAppFilesRequests.getThumbnailV2(PathOrLink)
.
-
Constructor Summary
Constructors Constructor Description ThumbnailV2ErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, ThumbnailV2Error errorValue)
-
Method Summary
-
Methods inherited from class com.dropbox.core.DbxApiException
buildMessage, buildMessage, getUserMessage
-
Methods inherited from class com.dropbox.core.DbxException
getRequestId
-
-
-
-
Field Detail
-
errorValue
public final ThumbnailV2Error errorValue
The error reported byDbxAppFilesRequests.getThumbnailV2(PathOrLink)
.
-
-
Constructor Detail
-
ThumbnailV2ErrorException
public ThumbnailV2ErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, ThumbnailV2Error errorValue)
-
-