public class UpdateFolderPolicyErrorException extends DbxApiException
UpdateFolderPolicyError
error.
This exception is raised by DbxUserSharingRequests.updateFolderPolicy(String)
.
Modifier and Type | Field and Description |
---|---|
UpdateFolderPolicyError |
errorValue
The error reported by
DbxUserSharingRequests.updateFolderPolicy(String) . |
Constructor and Description |
---|
UpdateFolderPolicyErrorException(String routeName,
String requestId,
LocalizedText userMessage,
UpdateFolderPolicyError errorValue) |
buildMessage, buildMessage, getUserMessage
getRequestId
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public final UpdateFolderPolicyError errorValue
DbxUserSharingRequests.updateFolderPolicy(String)
.public UpdateFolderPolicyErrorException(String routeName, String requestId, LocalizedText userMessage, UpdateFolderPolicyError errorValue)