public class RevokeSharedLinkErrorException extends DbxApiException
RevokeSharedLinkError
error.
This exception is raised by DbxUserSharingRequests.revokeSharedLink(String)
.
Modifier and Type | Field and Description |
---|---|
RevokeSharedLinkError |
errorValue
The error reported by
DbxUserSharingRequests.revokeSharedLink(String) . |
Constructor and Description |
---|
RevokeSharedLinkErrorException(java.lang.String routeName,
java.lang.String requestId,
LocalizedText userMessage,
RevokeSharedLinkError errorValue) |
buildMessage, buildMessage, getUserMessage
getRequestId
public final RevokeSharedLinkError errorValue
DbxUserSharingRequests.revokeSharedLink(String)
.public RevokeSharedLinkErrorException(java.lang.String routeName, java.lang.String requestId, LocalizedText userMessage, RevokeSharedLinkError errorValue)