Package com.dropbox.core.v2.filerequests
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:
java.io.Serializable
public class DeleteAllClosedFileRequestsErrorException extends DbxApiException
Exception thrown when the server responds with aDeleteAllClosedFileRequestsError
error.This exception is raised by
DbxUserFileRequestsRequests.deleteAllClosed()
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description DeleteAllClosedFileRequestsError
errorValue
The error reported byDbxUserFileRequestsRequests.deleteAllClosed()
.
-
Constructor Summary
Constructors Constructor Description DeleteAllClosedFileRequestsErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, DeleteAllClosedFileRequestsError 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 DeleteAllClosedFileRequestsError errorValue
The error reported byDbxUserFileRequestsRequests.deleteAllClosed()
.
-
-
Constructor Detail
-
DeleteAllClosedFileRequestsErrorException
public DeleteAllClosedFileRequestsErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, DeleteAllClosedFileRequestsError errorValue)
-
-