Package com.dropbox.core.v2.paper
Class DocLookupErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.dropbox.core.DbxException
-
- com.dropbox.core.DbxApiException
-
- com.dropbox.core.v2.paper.DocLookupErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class DocLookupErrorException extends DbxApiException
Exception thrown when the server responds with aDocLookupError
error.This exception is raised by
DbxUserPaperRequests.docsArchive(String)
,DbxUserPaperRequests.docsFolderUsersList(String,int)
,DbxUserPaperRequests.docsSharingPolicySet(String,SharingPolicy)
,DbxUserPaperRequests.docsUsersAdd(String,java.util.List)
,DbxUserPaperRequests.docsUsersRemove(String,com.dropbox.core.v2.sharing.MemberSelector)
,DbxUserPaperRequests.docsGetFolderInfo(String)
,DbxUserPaperRequests.docsDownload(String,ExportFormat)
,DbxUserPaperRequests.docsSharingPolicyGet(String)
,DbxUserPaperRequests.docsPermanentlyDelete(String)
, andDbxUserPaperRequests.docsUsersList(String)
.- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DocLookupErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, DocLookupError 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 DocLookupError errorValue
The error reported byDbxUserPaperRequests.docsArchive(String)
,DbxUserPaperRequests.docsFolderUsersList(String,int)
,DbxUserPaperRequests.docsSharingPolicySet(String,SharingPolicy)
,DbxUserPaperRequests.docsUsersAdd(String,java.util.List)
,DbxUserPaperRequests.docsUsersRemove(String,com.dropbox.core.v2.sharing.MemberSelector)
,DbxUserPaperRequests.docsGetFolderInfo(String)
,DbxUserPaperRequests.docsDownload(String,ExportFormat)
,DbxUserPaperRequests.docsSharingPolicyGet(String)
,DbxUserPaperRequests.docsPermanentlyDelete(String)
, andDbxUserPaperRequests.docsUsersList(String)
.
-
-
Constructor Detail
-
DocLookupErrorException
public DocLookupErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, DocLookupError errorValue)
-
-