Package com.dropbox.core.v2.team
Class SharingAllowlistRemoveErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.dropbox.core.DbxException
-
- com.dropbox.core.DbxApiException
-
- com.dropbox.core.v2.team.SharingAllowlistRemoveErrorException
-
- All Implemented Interfaces:
java.io.Serializable
public class SharingAllowlistRemoveErrorException extends DbxApiException
Exception thrown when the server responds with aSharingAllowlistRemoveErrorerror.This exception is raised by
DbxTeamTeamRequests.sharingAllowlistRemove(com.dropbox.core.v2.team.SharingAllowlistRemoveArgs).- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description SharingAllowlistRemoveErrorerrorValueThe error reported byDbxTeamTeamRequests.sharingAllowlistRemove(com.dropbox.core.v2.team.SharingAllowlistRemoveArgs).
-
Constructor Summary
Constructors Constructor Description SharingAllowlistRemoveErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, SharingAllowlistRemoveError 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 SharingAllowlistRemoveError errorValue
The error reported byDbxTeamTeamRequests.sharingAllowlistRemove(com.dropbox.core.v2.team.SharingAllowlistRemoveArgs).
-
-
Constructor Detail
-
SharingAllowlistRemoveErrorException
public SharingAllowlistRemoveErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, SharingAllowlistRemoveError errorValue)
-
-