Package com.dropbox.core.v2.sharing
Class SharingUserErrorException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- com.dropbox.core.DbxException
- 
- com.dropbox.core.DbxApiException
- 
- com.dropbox.core.v2.sharing.SharingUserErrorException
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class SharingUserErrorException extends DbxApiException Exception thrown when the server responds with aSharingUserErrorerror.This exception is raised by DbxUserSharingRequests.getFileMetadataBatch(java.util.List,java.util.List),DbxUserSharingRequests.listFileMembersBatch(java.util.List,long), andDbxUserSharingRequests.listReceivedFiles(com.dropbox.core.v2.sharing.ListFilesArg).- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description SharingUserErrorerrorValue
 - 
Constructor SummaryConstructors Constructor Description SharingUserErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, SharingUserError 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 SharingUserError errorValue 
 
- 
 - 
Constructor Detail- 
SharingUserErrorExceptionpublic SharingUserErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, SharingUserError errorValue)
 
- 
 
-