Class PropertiesSearchContinueErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.dropbox.core.DbxException
com.dropbox.core.DbxApiException
com.dropbox.core.v2.fileproperties.PropertiesSearchContinueErrorException
All Implemented Interfaces:
Serializable

public class PropertiesSearchContinueErrorException extends DbxApiException
Exception thrown when the server responds with a PropertiesSearchContinueError error.

This exception is raised by DbxUserFilePropertiesRequests.propertiesSearchContinue(String).

See Also: