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 aPropertiesSearchErrorerror.This exception is raised by DbxUserFilePropertiesRequests.propertiesSearch(java.util.List,TemplateFilter).- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description PropertiesSearchErrorerrorValueThe error reported byDbxUserFilePropertiesRequests.propertiesSearch(java.util.List,TemplateFilter).
 - 
Constructor SummaryConstructors Constructor Description PropertiesSearchErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, PropertiesSearchError 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 PropertiesSearchError errorValue The error reported byDbxUserFilePropertiesRequests.propertiesSearch(java.util.List,TemplateFilter).
 
- 
 - 
Constructor Detail- 
PropertiesSearchErrorExceptionpublic PropertiesSearchErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, PropertiesSearchError errorValue)
 
- 
 
-