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 aSearchError
error.This exception is raised by
DbxUserFilesRequests.search(String,String)
,DbxUserFilesRequests.searchV2(String)
, andDbxUserFilesRequests.searchContinueV2(String)
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description SearchError
errorValue
The error reported byDbxUserFilesRequests.search(String,String)
,DbxUserFilesRequests.searchV2(String)
, andDbxUserFilesRequests.searchContinueV2(String)
.
-
Constructor Summary
Constructors Constructor Description SearchErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, SearchError 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 SearchError errorValue
The error reported byDbxUserFilesRequests.search(String,String)
,DbxUserFilesRequests.searchV2(String)
, andDbxUserFilesRequests.searchContinueV2(String)
.
-
-
Constructor Detail
-
SearchErrorException
public SearchErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, SearchError errorValue)
-
-