public class LockFileErrorException extends DbxApiException
LockFileError error.
This exception is raised by DbxUserFilesRequests.getFileLockBatch(java.util.List), DbxUserFilesRequests.unlockFileBatch(java.util.List), and DbxUserFilesRequests.lockFileBatch(java.util.List).
| Modifier and Type | Field and Description |
|---|---|
LockFileError |
errorValue
|
| Constructor and Description |
|---|
LockFileErrorException(java.lang.String routeName,
java.lang.String requestId,
LocalizedText userMessage,
LockFileError errorValue) |
buildMessage, buildMessage, getUserMessagegetRequestIdpublic final LockFileError errorValue
public LockFileErrorException(java.lang.String routeName,
java.lang.String requestId,
LocalizedText userMessage,
LockFileError errorValue)