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