Class PropertiesSearchErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.dropbox.core.DbxException
-
- com.dropbox.core.DbxApiException
-
- com.dropbox.core.v2.fileproperties.PropertiesSearchErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class PropertiesSearchErrorException extends DbxApiException
Exception thrown when the server responds with aPropertiesSearchError
error.This exception is raised by
DbxUserFilePropertiesRequests.propertiesSearch(java.util.List,TemplateFilter)
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description PropertiesSearchError
errorValue
The error reported byDbxUserFilePropertiesRequests.propertiesSearch(java.util.List,TemplateFilter)
.
-
Constructor Summary
Constructors Constructor Description PropertiesSearchErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, PropertiesSearchError 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 PropertiesSearchError errorValue
The error reported byDbxUserFilePropertiesRequests.propertiesSearch(java.util.List,TemplateFilter)
.
-
-
Constructor Detail
-
PropertiesSearchErrorException
public PropertiesSearchErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, PropertiesSearchError errorValue)
-
-