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