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