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(String routeName,
String requestId,
LocalizedText userMessage,
RevokeSharedLinkError errorValue) |
buildMessage, buildMessage, getUserMessagegetRequestIdaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final RevokeSharedLinkError errorValue
DbxUserSharingRequests.revokeSharedLink(String).public RevokeSharedLinkErrorException(String routeName, String requestId, LocalizedText userMessage, RevokeSharedLinkError errorValue)