Class DeleteAllClosedFileRequestsErrorException

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

public class DeleteAllClosedFileRequestsErrorException extends DbxApiException
Exception thrown when the server responds with a DeleteAllClosedFileRequestsError error.

This exception is raised by DbxUserFileRequestsRequests.deleteAllClosed().

See Also: