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